]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_evpn_mac.c
zebra: dup detected mac avoid update to bgpd
authorChirag Shah <chirag@cumulusnetworks.com>
Tue, 26 May 2020 18:43:14 +0000 (11:43 -0700)
committerAnuradha Karuppiah <anuradhak@cumulusnetworks.com>
Tue, 15 Sep 2020 23:12:44 +0000 (16:12 -0700)
commit839dfe29a647d66d29a9247b4ca3ab1ccbee069d
treeea0f635260b991e6b83d6cffe424f870eead0a19
parent171b364c7ad7b16f84733ec712163085b2fc465a
zebra: dup detected mac avoid update to bgpd

When a MAC is detected duplicate on a local
learn event (with freeze action),
do not send update to bgp to advertise into
evpn control plane.

With evpn mh, inform_client flag is set and
sends notification to bgp albeit dup detect
is set.

Check mac are detected as duplicate before
setting inform_client to true.

Ticket:CM-29817
Reviewed By:CCR-10329
Testing Done:

Enable DAD with freeze action
Upon local learn MAC detected as duplica

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
zebra/zebra_evpn_mac.c