no creator option in tap-bridge should be off by default
authorCraig Dowell <craigdo@ee.washington.edu>
Thu, 12 Feb 2009 17:37:36 -0800
changeset 4192 38b10e48f5b5
parent 4191 dc82976872b5
child 4193 62e3ae1c4974
no creator option in tap-bridge should be off by default
src/devices/tap-bridge/tap-bridge.cc
--- a/src/devices/tap-bridge/tap-bridge.cc	Thu Feb 12 17:26:05 2009 -0800
+++ b/src/devices/tap-bridge/tap-bridge.cc	Thu Feb 12 17:37:36 2009 -0800
@@ -53,7 +53,7 @@
 //   sudo ifconfig tap0 10.1.1.1 netmask 255.255.255.0 up
 //
 
-#define NO_CREATOR
+// #define NO_CREATOR
 
 #ifdef NO_CREATOR
 #include <fcntl.h>