]> git.puffer.fish Git - mirror/frr.git/commit
zebra: do not create vrf if name already set to default vrf at startup 3615/head
authorPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 28 Dec 2018 13:27:45 +0000 (14:27 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 16 Jan 2019 16:02:03 +0000 (17:02 +0100)
commitbc30893f9f8f40b0eaef9cc65b6f6989675d01e9
treebc13c6e733b4784f554c0437e3b4e7a3adf2e49d
parent1a976da6f502314a1be237264bdb8e88ab7f3fc3
zebra: do not create vrf if name already set to default vrf at startup

if the default vrf name is manually set, by passing -o parameter to
zebra, then this should be detected when walking the list of netns
available in the system. If a netns called vrf0 is present, then it
should be ignored.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
zebra/zebra_netns_notify.c