[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ffrk8s: Remove duplicates entries wip #2580

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

karampok
Copy link
Contributor
@karampok karampok commented Nov 5, 2024

/kind bug

What this PR does / why we need it:
when we enter

---
apiVersion: metallb.io/v1beta2
kind: BGPPeer
metadata:
  name: bgp-peer1v4
  namespace: metallb-system
spec:
  disableMP: false
  holdTime: 0s
  keepaliveTime: 0s
  myASN: 64500
  password: bgp-test
  passwordSecret: {}
  peerASN: 64500
  peerAddress: 10.46.186.88
  peerPort: 179
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
  annotations:
    metallb.universe.tf/address-pool: address-pools1
  name: address-pools1
  namespace: metallb-system
spec:
  addresses:
  - |
    4.4.4.100 - 4.4.4.101
  autoAssign: true
  avoidBuggyIPs: false
---
apiVersion: metallb.io/v1beta1
kind: BGPAdvertisement
metadata:
  name: bgpadvertisement
  namespace: metallb-system
spec:
  aggregationLength: 32
  aggregationLengthV6: 128
  communities:
  - 500:500
  ipAddressPools:
  - address-pools1
  localPref: 100
---
apiVersion: metallb.io/v1beta1
kind: BGPAdvertisement
metadata:
  name: bgpadvertisement2
  namespace: metallb-system
spec:
  aggregationLength: 32
  aggregationLengthV6: 128
  communities:
  - 65535:65282
  ipAddressPools:
  - address-pools1
  localPref: 100

the frrconfiguration has duplicates ip prefix entries
Special notes for your reviewer:

Release note:


Signed-off-by: karampok <karampok@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant