Changes between Version 6 and Version 7 of Internal/OpenFlow/SwitchControl/Examples
- Timestamp:
- May 2, 2011, 11:26:03 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/SwitchControl/Examples
v6 v7 6 6 7 7 To be able to switch between modes you have to be logged in conosole.sb9. 8 8 {{{ 9 9 wget http://inventory.orbit-lab.org:5022/network/deleteOpenFlow?switch=10.19.0.253 10 10 }}} 11 {{{ 11 12 wget http://inventory.orbit-lab.org:5022/network/addOpenFlow?switch=10.19.0.253&ip=172.16.0.14&port=6633&dpid=0x001010162001 12 13 ip,port and dpid are optional, if omitted 14 }}} 15 {{{ 16 wget http://inventory.orbit-lab.org:5022/network/addOpenFlow?switch=10.19.0.253&ip=172.16.0.14&port=6633&dpid=0x001010162001&bootmode=nfs&nfsip=10.50.0.10&roothpath='\/config'&bootfile=uInitrd2m 17 }}} 13 18 14 wget http://inventory.orbit-lab.org:5022/network/addOpenFlow?switch=10.19.0.253&ip=172.16.0.14&port=6633&dpid=0x001010162001&bootmode=nfs&nfsip=10.50.0.10&roothpath='\/config'&bootfile=uInitrd2m15 16