remove comment referencing non-working use case ns-3.6
authorCraig Dowell <craigdo@ee.washington.edu>
Wed, 21 Oct 2009 00:17:14 -0700
changeset 5444 d55c479666ac
parent 5443 0c8d1f5e0ffa
child 5445 2abe024e7099
remove comment referencing non-working use case
examples/tap/tap-wifi-dumbbell.cc
--- a/examples/tap/tap-wifi-dumbbell.cc	Mon Oct 19 20:55:52 2009 -0700
+++ b/examples/tap/tap-wifi-dumbbell.cc	Wed Oct 21 00:17:14 2009 -0700
@@ -81,17 +81,7 @@
 //    sudo route add -net 10.1.3.0 netmask 255.255.255.0 dev thetap gw 10.1.1.2
 //    ping 10.1.3.4
 //
-// 4) Try to run this in UseLocal mode.  This allows you to provide an existing
-//    pre-configured tap device to the simulation.  The IP address and MAC 
-//    address in this mode do not have to match those of the ns-3 device.
-//
-//    sudo tunctl -t mytap
-//    sudo ifconfig mytap hw ether 08:00:2e:00:00:01
-//    sudo ifconfig mytap 10.1.1.1 netmask 255.255.255.0 up
-//    ./waf --run "tap-wifi-dumbbell --mode=UseLocal --tapName=mytap"&
-//    ping 10.1.1.3
-//
-// 5) Try to run this in UseBridge mode.  This allows you to bridge an ns-3
+// 4) Try to run this in UseBridge mode.  This allows you to bridge an ns-3
 //    simulation to an existing pre-configured bridge.  This uses tap devices
 //    just for illustration, you can create your own bridge if you want.
 //