]> git.puffer.fish Git - mirror/frr.git/commit
zebra: re-sync protodown state when a port/mbr is linked to an ES-bond
authorAnuradha Karuppiah <anuradhak@cumulusnetworks.com>
Thu, 4 Jun 2020 12:57:33 +0000 (05:57 -0700)
committerAnuradha Karuppiah <anuradhak@nvidia.com>
Mon, 14 Dec 2020 18:32:40 +0000 (10:32 -0800)
commit5c843270541c8d911ee59f90a556ec86c25e46d9
treec143b09a8b4cb684814e6d701db7507b759eb8fe
parent9c474915511968e5fb6f1489925721ba3eddd090
zebra: re-sync protodown state when a port/mbr is linked to an ES-bond

The code for this was already there but was not kicking in because of a
zebra local reason-code dup check. Even if the reason-code is the same,
if the dplane and zebra disagree about the protodown state zebra will
need to re-program the dplane.

Fixed a couple of spelling errors in the protodown logs to make greps
easy.

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