]> git.puffer.fish Git - matthieu/frr.git/commit
lib, zebra: default vrf configured will not be overwritten by discovery
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 21 Nov 2018 13:46:08 +0000 (14:46 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 21 Nov 2018 16:21:19 +0000 (17:21 +0100)
commit4fe52e76226a37eb998991491ac635eac7024167
treedc14fa2645104351d46621dd070cb66385be0f8d
parentf37bb166a6b21b54466635723f839f6cbb5ffe51
lib, zebra: default vrf configured will not be overwritten by discovery

the netns discovery process executed when vrf backend is netns, allows
the zebra daemon to dynamically change the default vrf name value. This
option is disabled, when the zebra is forced to a default vrf value with
option -o.

PR=61513
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
lib/vrf.c
lib/vrf.h
lib/zclient.c
zebra/main.c
zebra/zebra_netns_notify.c