]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_evpn.c
zebra: fix problem with SVI IP being advertised even if disabled
authorAnuradha Karuppiah <anuradhak@cumulusnetworks.com>
Tue, 3 Nov 2020 22:34:46 +0000 (14:34 -0800)
committerAnuradha Karuppiah <anuradhak@nvidia.com>
Fri, 19 Feb 2021 16:11:15 +0000 (08:11 -0800)
commitc0c7707d0d262d54b95a1e63bdb91b9a43ffc58f
treed5c250df39a0f5206c3bfd1f6511433f147b2ace
parentdc86ef74e68d575f4beec0197177e90dfb42c643
zebra: fix problem with SVI IP being advertised even if disabled

SVI IP is being advertised unconditionally i.e. even if disabled (and
that is the default config). This can be problematic when the SVI address
is re-used across racks.

Added the user config condition in all the relevant places where the
SVI advertisement is triggered.

Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
zebra/zebra_evpn.c
zebra/zebra_vxlan.c