Changes between Version 50 and Version 51 of Internal/OpenFlow/HostSetup
- Timestamp:
- Oct 24, 2011, 10:08:26 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/HostSetup
v50 v51 7 7 In order to download tarballs, you need a Foswiki account. Get one [http://netfpga.org/foswiki/bin/view/NetFPGA/UserRegistration here] if you don't have one. 8 8 9 `cd` to /opt/ and fetch the following:9 `cd` to /opt/ and fetch and untar the following: 10 10 11 11 * netfpga_full_2_2_0.tar.gz from: … … 139 139 /opt/openflow/udatapath/ofdatapath --detach punix:/var/run/dp0 -d 001010222324 -i nf2c0,nf2c1,nf2c2,nf2c3 140 140 }}} 141 making it so that the DPID can be taken as an argument to the command-line is left as an exercise to the reader. 142 141 You can then run the same command as: 142 {{{ 143 ./of_start.sh 172.16.0.14:6633 000000101010 144 }}} 145 assigning the switch the DPID 000000101010. Making it so that the script takes DPID as an argument from the command-line is left as an exercise to the reader. 143 146 `./of_stop.sh` turns the !OpenFlow components off. 144 147