]> git.puffer.fish Git - mirror/frr.git/commit
zebra: route configuration fix for vrf when applied to namespaces
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 11 Dec 2017 14:19:15 +0000 (15:19 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 27 Feb 2018 10:11:24 +0000 (11:11 +0100)
commit9a76375f39f556188d25920fb53802c091bc4064
treed947e41a6ba0d5c136fcaaf7f265072c478dac9a
parentfe533c564e1901ee6b767708345abb52a56056af
zebra: route configuration fix for vrf when applied to namespaces

For each route to be added or deleted, instead of applying directly to
default namespaces, when a vrf is mapped to a namespace, then the
correct zns must be found out.

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