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]>

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to