summaryrefslogtreecommitdiff
path: root/zebra/zebra_l2.c
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2024-05-04 09:08:04 +0300
committerGitHub <noreply@github.com>2024-05-04 09:08:04 +0300
commitd0401cb0dcb80e7cdcda41e699db9c05c813a17b (patch)
tree60e4c30f1894c2ffb44a4dd2e6761c8d4b00d391 /zebra/zebra_l2.c
parent53820a5753c63bf30b6346fc39ce879a9c2abccf (diff)
parent07005288c2339677f08a61161d5cd9cdef772fc5 (diff)
Merge pull request #15607 from chiragshah6/evpn_dev4
zebra: bridge flap handle vlan membership update
Diffstat (limited to 'zebra/zebra_l2.c')
-rw-r--r--zebra/zebra_l2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_l2.c b/zebra/zebra_l2.c
index 0f591810b9..240f674b0f 100644
--- a/zebra/zebra_l2.c
+++ b/zebra/zebra_l2.c
@@ -384,7 +384,7 @@ void zebra_l2_vxlanif_update_access_vlan(struct interface *ifp,
return;
old_access_vlan = zif->l2info.vxl.vni_info.vni.access_vlan;
- ;
+
if (old_access_vlan == access_vlan)
return;