Re: [ovs-dev] [PATCH] linux: disable netns support for tap.

2018-06-14 Thread Ben Pfaff
On Thu, Jun 07, 2018 at 04:33:39PM +0200, Eelco Chaudron wrote: > On 07/06/18 16:11, Flavio Leitner wrote: > >Tap device is not added to the kernel datapath, so there is > >no way to get netns information. > > > >Reported-by: Eelco Chaudron > >Signed-off-by: Flavio Leitner > >--- > >

Re: [ovs-dev] [PATCH] linux: disable netns support for tap.

2018-06-07 Thread Eelco Chaudron
On 07/06/18 16:11, Flavio Leitner wrote: Tap device is not added to the kernel datapath, so there is no way to get netns information. Reported-by: Eelco Chaudron Signed-off-by: Flavio Leitner --- lib/netdev-linux.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git

[ovs-dev] [PATCH] linux: disable netns support for tap.

2018-06-07 Thread Flavio Leitner
Tap device is not added to the kernel datapath, so there is no way to get netns information. Reported-by: Eelco Chaudron Signed-off-by: Flavio Leitner --- lib/netdev-linux.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/netdev-linux.c b/lib/netdev-linux.c index