Changes between Version 29 and Version 30 of GENIExperimenter/Tutorials/OpenFlowOVS/Execute


Ignore:
Timestamp:
09/23/13 10:33:10 (11 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/OpenFlowOVS/Execute

    v29 v30  
    264264  nc -l 7000
    265265  }}}
     266
    266267  2. On your OVS host open the myProxy.py file, and edit it to implement a controller that will diverge traffic destined for `host2` to `host3`. Before you start implementing think about what are the side effects of diverging traffic to a different host.
    267268     * Is it enough to just change the IP address?
    268269     * Is it enough to just modify the TCP packets?
    269270   If you want to see the solution, its in file Proxy.py file. 
     271
    270272  3. To test your controller run:
    271273  {{{