netns: add support of NETNSA_TARGET_NSID
Like it was done for link and address, add the ability to perform get/dump in another netns by specifying a target nsid attribute. Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Reviewed-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
a0732ad14d
commit
cff478b9d9
@@ -16,6 +16,7 @@ enum {
|
||||
NETNSA_NSID,
|
||||
NETNSA_PID,
|
||||
NETNSA_FD,
|
||||
NETNSA_TARGET_NSID,
|
||||
__NETNSA_MAX,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user