Assume the device is present if it can be opened.

Reported-by: Eelco Chaudron <echau...@redhat.com>
Signed-off-by: Flavio Leitner <f...@redhat.com>
---
 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:
-- 
2.14.3

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to