Le 31/01/2017 à 07:47, Elluru, Krishna Mohan a écrit : > HI Cong, > Have you posted any patch for the same? I am looking for single netlink > socket to handle multiple network namespace events using > NETLINK_LISTEN_ALL_NSID. I don't see detection of new namespaces by this > socket yet and causing updates to be missed. New namespaces are not automatically detected. You have to assign them a nsid (e.g. ip netns set). NETLINK_LISTEN_ALL_NSID enables notifications only for peer netns that have a nsid assign in the netns where the socket has been opened.
Regards, Nicolas