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

zebra: fix EVPN check vxlan oper up in vlan mapping #17483

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

chiragshah6
Copy link
Member

The issue is when bridge flap lead to failure of Type-2/Type-3 route installation.
Upon VxLAN device flap, the associated vlan-vni mapping is processed
before the VxLAN device up netlink notification.

Fix:
When VLAN-VNI mapping is updated, do not set the L2VNI up event
if the associated VXLAN device is not up. This may result in bgp
synced remote routes to skip installing in Zebra and onwards (Kernel).

Signed-off-by: Chirag Shah chirag@nvidia.com

When VLAN-VNI mapping is updated, do not set the L2VNI up event
if the associated VXLAN device is not up.
This may result in bgp synced remote routes to skip installing
in Zebra and onwards (Kernel).

Ticket: #4139506

Signed-off-by: Chirag Shah <chirag@nvidia.com>
Ticket: #4139506

Signed-off-by: Chirag Shah <chirag@nvidia.com>
Ticket: #4139506

Signed-off-by: Chirag Shah <chirag@nvidia.com>
Ticket: #4127810
Testing:
2024-11-20T01:52:10.073 frr_zebra:netlink_neigh_update_msg_encode
{'mac': '00:00:00:00:00:00', 'ip': '27.0.0.4', 'nhg': 0, 'flags': 2,
'state': 192, 'family': 'bridge', 'type': 0, 'op': 23}

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

Successfully merging this pull request may close these issues.

1 participant