]> git.proxmox.com Git - qemu.git/commit
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)
commitc3febae62b646b5bc7aa88b7cffa88160162a94e
tree5c98ccea8e1c28c49183f75e7bd34a28401ec645
parentc7eb1f02edba91e3eec4682fa1adca877696d11d
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