]> git.puffer.fish Git - mirror/frr.git/commit
zebra: mark router flag for neigh update
authorChirag Shah <chirag@cumulusnetworks.com>
Tue, 14 Aug 2018 00:07:22 +0000 (17:07 -0700)
committerChirag Shah <chirag@cumulusnetworks.com>
Wed, 22 Aug 2018 20:18:53 +0000 (13:18 -0700)
commit54c174250c381580b0477e6eade2c03c4109ed64
treed0e966c8baf19886e4ed06588240ae370f620fa4
parent0a4ecf2729dae2c8951f0ce9dafa88a2927e90e3
zebra: mark router flag for neigh update

The neigh update can come prior to mac add update.
In this case, the mac will be auto created for the vni.
set router flag to local neigh update for mac with auto flag.

The neigh update will be informed to bgpd once local mac is learnt.

Unset router flag if the neigh update comes without the router flag
for an existing neigh entry.

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