]> git.puffer.fish Git - mirror/frr.git/commit
lib, zebra: reuse and adapt ns_list walk functionality
authorPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 20 Dec 2019 16:51:37 +0000 (17:51 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 21 Sep 2020 07:17:11 +0000 (09:17 +0200)
commite43aa7fbcfd31c58e74fd965921686630f06d864
tree2a4f493ff58793e8bcf57bfaa25836171e763081
parente2f8086b8326f43cef8dd33e8443dda5bafebf59
lib, zebra: reuse and adapt ns_list walk functionality

the walk routine is used by vxlan service to identify some contexts in
each specific network namespace, when vrf netns backend is used. that
walk mechanism is extended with some additional paramters to the walk
routine.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
lib/netns_linux.c
lib/netns_other.c
lib/ns.h
zebra/main.c
zebra/zebra_evpn.c
zebra/zebra_ns.c
zebra/zebra_ns.h
zebra/zebra_vxlan.c