OSDN Git Service

if_addr: add IFA_TARGET_NETNSID
authorChristian Brauner <christian@brauner.io>
Tue, 4 Sep 2018 19:53:48 +0000 (21:53 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Sep 2018 05:27:11 +0000 (22:27 -0700)
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>
include/uapi/linux/if_addr.h

index ebaf570..dfcf3ce 100644 (file)
@@ -34,6 +34,7 @@ enum {
        IFA_MULTICAST,
        IFA_FLAGS,
        IFA_RT_PRIORITY,  /* u32, priority/metric for prefix route */
+       IFA_TARGET_NETNSID,
        __IFA_MAX,
 };