--- gvpe/src/device-linux.C 2005/03/23 21:55:39 1.12 +++ gvpe/src/device-linux.C 2005/03/25 15:38:07 1.13 @@ -60,7 +60,7 @@ const char * tap_device::if_up () { - return "/sbin/ifconfig $IFNAME hw ether $MAC mtu $MTU up"; + return "/sbin/ifconfig $IFNAME hw ether $MAC mtu $MTU"; } tap_device::tap_device ()