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 <[email protected]> > >Signed-off-by: Flavio Leitner <[email protected]> > >--- > > 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 > >+++ b/lib/netdev-linux.c > >@@ -940,6 +940,7 @@ netdev_linux_construct_tap(struct netdev *netdev_) > > goto error_close; > > } > >+ netdev->present = true; > > return 0; > > error_close: > > Acked-by: Eelco Chaudron <[email protected]> > Tested-by: Eelco Chaudron <[email protected]>
Thanks, Flavio (and Eelco). I applied this to master. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
