mbox series

[net,0/2] net: notify users when an iface cannot change its netns

Message ID 20250206165132.2898347-1-nicolas.dichtel@6wind.com (mailing list archive)
Headers show
Series net: notify users when an iface cannot change its netns | expand

Message

Nicolas Dichtel Feb. 6, 2025, 4:50 p.m. UTC
This series adds a way to see if an interface cannot be moved to another netns.
I target this series to 'net' because this was possible until commit
05c1280a2bcf ("netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local").

 include/uapi/linux/if_link.h | 1 +
 net/core/rtnetlink.c         | 9 ++++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

Comments are welcome.

Regards,
Nicolas