]> 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>
Fri, 11 Sep 2020 16:26:23 +0000 (18:26 +0200)
commit2961d0601c7d168eed5bbe8e95f80a642f9cb4b5
tree940c64d4ab3be5613752b36d78f027e28291324c
parentb5fde6fd5c41b99ff205b1139490db49acab1667
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