zebra: EVPN fix access BD deref of mbr intf (backport #20791)#20834
Merged
Jafaral merged 1 commit intostable/10.5from Feb 13, 2026
Merged
zebra: EVPN fix access BD deref of mbr intf (backport #20791)#20834Jafaral merged 1 commit intostable/10.5from
Jafaral merged 1 commit intostable/10.5from
Conversation
a bond interface part of bridge is ESI bond,
when a bond interface is unlinked from bridge,
then frr access-bd needs to deference from bridge
access BD for each VLAN so it does not show up as
stale member interface.
torm-11# show evpn access-vlan detail
VLAN: br_default.1001
VxLAN Interface: vxlan48
SVI: vlan1001
L2-VNI: 1001
Member Count: 4
VNI-count: 1
Members:
hostbond_5
hostbond_3
hostbond_4
the hostbond_3 and hosbtond_4 are removed from bridge but
they still show up under the member list.
With the fix:
The dereference of slave member interface
from bridge/ access-vlan happens properly.
torm-11# show evpn access-vlan detail
VLAN: br_default.1001
VxLAN Interface: vxlan48
SVI: vlan1001
L2-VNI: 1001
Member Count: 2
VNI-count: 1
Members:
hostbond_6
hostbond_5
Ticket: #4882392
Signed-off-by: Chirag Shah <chirag@nvidia.com>
(cherry picked from commit 3867243)
|
Target branch is not in the allowed branches list. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
a bond interface part of bridge is ESI bond,
when a bond interface is unlinked from bridge,
then frr access-bd needs to deference from bridge
access BD for each VLAN so it does not show up as
stale member interface.
This is an automatic backport of pull request #20791 done by [Mergify](https://mergify.com).