]> asedeno.scripts.mit.edu Git - linux.git/commit
rtnetlink: remove check for IFLA_IF_NETNSID
authorChristian Brauner <christian.brauner@ubuntu.com>
Thu, 1 Feb 2018 11:56:00 +0000 (12:56 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Feb 2018 15:09:50 +0000 (10:09 -0500)
commit7973bfd8758d05c85ee32052a3d7d5d0549e91b4
tree165f8a98c9652707ba1355f7202105507d8b3b89
parenta83165f00f16c0e0ef5b7cec3cbd0d4788699265
rtnetlink: remove check for IFLA_IF_NETNSID

RTM_NEWLINK supports the IFLA_IF_NETNSID property since
5bb8ed075428b71492734af66230aa0c07fcc515 so we should not error out
when it is passed.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/rtnetlink.c