Re: [PATCH net-next v2 0/7] netns: ease netlink use with a lot of netns
From: Eric W. Biederman <hidden>
Date: 2015-05-22 21:24:02
From: Eric W. Biederman <hidden>
Date: 2015-05-22 21:24:02
Alexander Holler [off-list ref] writes:
Am 08.05.2015 um 14:02 schrieb Eric W. Biederman:quoted
So I am dense. I have read through the patches and I don't see where you tag packets from other network namespaces with a network namespace id.Me too,
You need to use recvmsg, and then parse out the NETLINK_LISTEN_ALL_NSID control message. It isn't a netlink attribute that is being returned. Eric