Re: [ovs-dev] [PATCH 1/8] netlink: provide network namespace id from a msg.

2017-11-07 Thread Flavio Leitner
On Fri, 3 Nov 2017 11:26:47 -0700 Ben Pfaff wrote: > On Thu, Nov 02, 2017 at 05:05:02PM -0200, Flavio Leitner wrote: > > The netlink notification's ancillary data contains the network > > namespace id (netnsid) needed to identify the device correctly. > > (ifindex and netnsid). > >

Re: [ovs-dev] [PATCH 1/8] netlink: provide network namespace id from a msg.

2017-11-03 Thread Ben Pfaff
On Thu, Nov 02, 2017 at 05:05:02PM -0200, Flavio Leitner wrote: > The netlink notification's ancillary data contains the network > namespace id (netnsid) needed to identify the device correctly. > (ifindex and netnsid). > > Signed-off-by: Flavio Leitner Thanks a lot for working

[ovs-dev] [PATCH 1/8] netlink: provide network namespace id from a msg.

2017-11-02 Thread Flavio Leitner
The netlink notification's ancillary data contains the network namespace id (netnsid) needed to identify the device correctly. (ifindex and netnsid). Signed-off-by: Flavio Leitner --- configure.ac | 3 +- lib/automake.mk| 1 + lib/dpif-netlink.c | 6