]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Add knowledge of whether or not we are acting under startup conditions
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 27 Jan 2017 18:33:08 +0000 (13:33 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 1 Mar 2017 13:08:05 +0000 (08:08 -0500)
commit936ebf0a2dd70f59bf846bad9f1a0fe04c87e37e
tree2404d340c89ffb565afc6355130f149bbd9d055d
parentf9c5f9f77107e82313661a50a6dc4e58906b799f
zebra: Add knowledge of whether or not we are acting under startup conditions

The reading if unicast routes from the kernel acts subtly differently
between reading in the routes from the kernel on startup and
reading a new route or getting a response for a route.

Add startup flag(currently ignored) so that we can start
consolidating the functionality.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/if_netlink.c
zebra/if_netlink.h
zebra/kernel_netlink.c
zebra/kernel_netlink.h
zebra/rt_netlink.c
zebra/rt_netlink.h