tap-win32: don't abort in tap_enable(); enables -netdev tap
commit9c0650bbd15b2179210b5eeed17cf4ca1757c3b9
authorAndrew Baumann <Andrew.Baumann@microsoft.com>
Fri, 24 Mar 2017 23:46:46 +0000 (24 16:46 -0700)
committerStefan Weil <sw@weilnetz.de>
Tue, 28 Mar 2017 20:06:19 +0000 (28 22:06 +0200)
tree30db00dddbfd4e9ec087185a0ed13d7959d64b96
parent33fb5dfa52320e49f461eff49d7064e128671010
tap-win32: don't abort in tap_enable(); enables -netdev tap

The docs generally steer users away from using the legacy -net
parameter, however on win32 attempting to enable a tap device using
-netdev tap fails at an abort() in tap_enable(). Removing the abort()s
seems to be enough to get everything working, so do that.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Andrew Baumann <Andrew.Baumann@microsoft.com>
net/tap-win32.c