]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: no need to initialise netns directly
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 5 Feb 2018 15:37:49 +0000 (16:37 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 27 Feb 2018 10:11:24 +0000 (11:11 +0100)
commit9dab51ac71bddf2b4e2a5e1c3a185cb50c935301
treef0578f8bc294aeb8ba88307aaf38fb5cbb3f7f2c
parentf5d20fdb4e1fae6ccdcd3efa9136663481a5e355
bgpd: no need to initialise netns directly

NETNS is initialised from the VRF, instead of being directly called,
because this is not up to BGP daemon to initialise the various VRF
backend.

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