Fixing tap adapter for win32
authorPavel Dovgaluk <Pavel.Dovgaluk@ispras.ru>
Mon, 21 Feb 2011 11:47:50 +0000 (14:47 +0300)
committerBlue Swirl <blauwirbel@gmail.com>
Fri, 25 Feb 2011 15:14:04 +0000 (15:14 +0000)
commit9783c075c158dd9aac79b758433f606cf8ff8d14
tree5c98ccea8e1c28c49183f75e7bd34a28401ec645
parentf2e99844b6a164a0cebb27e45e8fd2d07aad3661
Fixing tap adapter for win32

   This fix allows connection of internal VLAN to the external TAP interface.
If tap_win32_write function always returns 0, the TAP network interface
in QEMU is disabled.

Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
net/tap-win32.c