]> git.puffer.fish Git - mirror/frr.git/commit
zebra, lib: new API to get absolute netns val from relative netns val
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 2 Oct 2019 11:37:11 +0000 (13:37 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 18 May 2020 12:11:03 +0000 (14:11 +0200)
commitb6ebab34f664ba1cc9479fc1287f127c12077509
treeee9cf223963bfdd8b75d57f7fb39895901a102a5
parent9d3555e06ccc68fe37e0a00100029ac4bad8dee2
zebra, lib: new API to get absolute netns val from relative netns val

when receiving a netlink API for an interface in a namespace, this
interface may come with LINK_NSID value, which means that the interface
has its link in an other namespace. Unfortunately, the link_nsid value
is self to that namespace, and there is a need to know what is its
associated nsid value from the default namespace point of view.
The information collected previously on each namespace, can then be
compared with that value to check if the link belongs to the default
namespace or not.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
lib/netns_linux.c
lib/ns.h
zebra/if_netlink.c