Changes between Version 6 and Version 7 of JoeSandbox/OpenFlowOVS/Execute


Ignore:
Timestamp:
08/25/14 11:15:50 (10 years ago)
Author:
zwang@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JoeSandbox/OpenFlowOVS/Execute

    v6 v7  
    259259  {{{
    260260  cd /tmp/ryu
    261   PYTHONPATH=. ./bin/ryu-manager ryu/ext/DuplicateTraffic.py
     261  ./bin/ryu-manager ryu/ext/DuplicateTraffic.py
    262262  }}}
    263263   
     
    289289   {{{
    290290  cd /tmp/ryu
    291   PYTHONPATH=. ./bin/ryu-manager ryu/ext/simple_switch.py
     291  ./bin/ryu-manager ryu/ext/simple_switch.py
    292292  }}}
    293293
     
    303303  7. And start your port forwarding controller:
    304304  {{{
    305   PYTHONPATH=. ./bin/ryu-manager ryu/ext/PortForwarding.py
     305  ./bin/ryu-manager ryu/ext/PortForwarding.py
    306306  }}}
    307307
     
    331331  {{{
    332332  cd /tmp/ryu
    333   PYTHONPATH=. ./bin/ryu-manager ryu/ext/Proxy.py
     333  ./bin/ryu-manager ryu/ext/Proxy.py
    334334  }}}
    335335