OSDN Git Service

rtnetlink: s/IFLA_IF_NETNSID/IFLA_TARGET_NETNSID/g
authorChristian Brauner <christian@brauner.io>
Tue, 4 Sep 2018 19:53:53 +0000 (21:53 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Sep 2018 05:27:11 +0000 (22:27 -0700)
commit7e4a8d5a93f649a1c0a0181cab5d965b1f85cf71
tree5be9f1fd4d06a4711534ec23dcd8e8d2fd4e8824
parent19d8f1ad12fd746e60707a58d954980013c7a35a
rtnetlink: s/IFLA_IF_NETNSID/IFLA_TARGET_NETNSID/g

IFLA_TARGET_NETNSID is the new alias for IFLA_IF_NETNSID. This commit
replaces all occurrences of IFLA_IF_NETNSID with the new alias to
indicate that this identifier is the preferred one.

Signed-off-by: Christian Brauner <christian@brauner.io>
Cc: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Cc: Jiri Benc <jbenc@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/rtnetlink.c