]> git.puffer.fish Git - mirror/frr.git/commit
lib: interface handling where zebra not yet ready
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 7 Feb 2019 13:55:06 +0000 (14:55 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 11 Feb 2019 12:47:04 +0000 (13:47 +0100)
commit72261ecd22495d23ce80a699bb799694981fffe8
tree4a172dc311effa8af50cdabdfbc989f36a0217b5
parentfb85ce1b812d892a07a4f942b4cfade9442b9a2b
lib: interface handling where zebra not yet ready

other daemons need to sync with zebra to get to know which vrf backend
is available. in that time, there may be interface configuration
available. in that specific case, the vrf backend returned is not known.
A specific return value is sent back. This will be useful to know which
specific algorithm to apply.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
lib/if.c
lib/vrf.c
lib/vrf.h