]> git.puffer.fish Git - mirror/frr.git/commit
zebra: restart start-up delay timer when the first uplink comes up 7633/head
authorAnuradha Karuppiah <anuradhak@cumulusnetworks.com>
Wed, 7 Oct 2020 20:09:50 +0000 (13:09 -0700)
committerAnuradha Karuppiah <anuradhak@nvidia.com>
Mon, 14 Dec 2020 18:32:41 +0000 (10:32 -0800)
commitdc261b8de40a9f89c756c2b7f13d8bf42a2c5024
tree0313a96e4786525b63428a8da64a0261e812add0
parent2bcf92e18b3108d1af64998f7e347e285f5d0eeb
zebra: restart start-up delay timer when the first uplink comes up

When all the uplinks go down the VTEP is disconnected from the
VxLAN overlay and this was handled by proto-downing the ES bonds. When
the uplinks come up again we need to re-enable the ES bonds but that
needs to be done after a delay to allow the EVPN network to converge.

And that is done by firing off the startup-delay timer on first
uplink-up.

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