]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_vxlan.c
zebra: Update neighbor state correctly upon move
authorvivek <vivek@cumulusnetworks.com>
Mon, 20 Aug 2018 18:21:21 +0000 (18:21 +0000)
committervivek <vivek@cumulusnetworks.com>
Mon, 20 Aug 2018 18:21:21 +0000 (18:21 +0000)
commit8b44d564c3a513c3af6fb0c440321971f03a5c8e
treeb58f7e264409c0afc18e0b1b6f7ff70fe0eb30f8
parenta55a8b4538a4a9dd56837d9a2ceeb5ae75573b59
zebra: Update neighbor state correctly upon move

When a host moves and is locally reachable, if the local neighbor event
is received before the local MAC event, flag the neighbor as inactive
just as would happen in the case of a new host. This ensures that the
MACIP route will get originated as soon as the local MAC event is got.

Signed-off-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
zebra/zebra_vxlan.c