Re: [PATCH net-next 2/2 v4] netns: send uevent messages

2018-03-22 Thread David Miller
From: Christian Brauner Date: Mon, 19 Mar 2018 13:17:31 +0100 > This patch adds a receive method to NETLINK_KOBJECT_UEVENT netlink sockets > to allow sending uevent messages into the network namespace the socket > belongs to. > > Currently non-initial network namespaces are already isolated and

[PATCH net-next 2/2 v4] netns: send uevent messages

2018-03-19 Thread Christian Brauner
This patch adds a receive method to NETLINK_KOBJECT_UEVENT netlink sockets to allow sending uevent messages into the network namespace the socket belongs to. Currently non-initial network namespaces are already isolated and don't receive uevents. There are a number of cases where it is beneficial