]> www.infradead.org Git - users/hch/configfs.git/commit
rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_dellink().
authorKuniyuki Iwashima <kuniyu@amazon.com>
Sat, 27 Jul 2024 00:19:53 +0000 (17:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Jul 2024 10:36:48 +0000 (11:36 +0100)
commit9415d375d8520e0ed55f0c0b058928da9a5b5b3d
tree848535284c0084d4c6d8d5d4a9cef9bb28eee567
parent799a829507506924add8a7620493adc1c3cfda30
rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_dellink().

The cited commit accidentally replaced tgt_net with net in rtnl_dellink().

As a result, IFLA_TARGET_NETNSID is ignored if the interface is specified
with IFLA_IFNAME or IFLA_ALT_IFNAME.

Let's pass tgt_net to rtnl_dev_get().

Fixes: cc6090e985d7 ("net: rtnetlink: introduce helper to get net_device instance by ifname")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Reviewed-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/rtnetlink.c