Browse Source

if_addr: add IFA_TARGET_NETNSID

This adds a new IFA_TARGET_NETNSID property to be used by address
families such as PF_INET and PF_INET6.
The IFA_TARGET_NETNSID property can be used to send a network namespace
identifier as part of a request. If a IFA_TARGET_NETNSID property is
identified it will be used to retrieve the target network namespace in
which the request is to be made.

Signed-off-by: Christian Brauner <christian@brauner.io>
Cc: Jiri Benc <jbenc@redhat.com>
Cc: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Christian Brauner 7 years ago
parent
commit
9f3c057c14
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/uapi/linux/if_addr.h

+ 1 - 0
include/uapi/linux/if_addr.h

@@ -34,6 +34,7 @@ enum {
 	IFA_MULTICAST,
 	IFA_MULTICAST,
 	IFA_FLAGS,
 	IFA_FLAGS,
 	IFA_RT_PRIORITY,  /* u32, priority/metric for prefix route */
 	IFA_RT_PRIORITY,  /* u32, priority/metric for prefix route */
+	IFA_TARGET_NETNSID,
 	__IFA_MAX,
 	__IFA_MAX,
 };
 };