Re: [ovs-dev] [PATCH] tap: flag as present after opening it.

2018-06-14 Thread Ben Pfaff
On Thu, Jun 07, 2018 at 04:34:02PM +0200, Eelco Chaudron wrote: > On 07/06/18 16:10, Flavio Leitner wrote: > >Assume the device is present if it can be opened. > > > >Reported-by: Eelco Chaudron > >Signed-off-by: Flavio Leitner > >--- > > lib/netdev-linux.c | 1 + > > 1 file changed, 1

Re: [ovs-dev] [PATCH] tap: flag as present after opening it.

2018-06-07 Thread Eelco Chaudron
On 07/06/18 16:10, Flavio Leitner wrote: Assume the device is present if it can be opened. Reported-by: Eelco Chaudron Signed-off-by: Flavio Leitner --- lib/netdev-linux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/netdev-linux.c b/lib/netdev-linux.c index d19bd86ac..d2b79e569

[ovs-dev] [PATCH] tap: flag as present after opening it.

2018-06-07 Thread Flavio Leitner
Assume the device is present if it can be opened. Reported-by: Eelco Chaudron Signed-off-by: Flavio Leitner --- lib/netdev-linux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/netdev-linux.c b/lib/netdev-linux.c index d19bd86ac..d2b79e569 100644 --- a/lib/netdev-linux.c +++