]> git.puffer.fish Git - matthieu/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, 18 May 2020 12:11:03 +0000 (14:11 +0200)
commitc4d466c830083e8ba58881d7ad03a90f6baf0754
tree456bc18dd349493771699855e2ad2ba7de36aab1
parent40424548910887f3bbbf544ce964d3b736048ae5
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_ns.c
zebra/zebra_ns.h
zebra/zebra_vxlan.c