Changes between Version 8 and Version 9 of GENIExperimenter/Tutorials/NSDI13/OpenFlowTutorial/Execute


Ignore:
Timestamp:
04/04/13 13:06:55 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/NSDI13/OpenFlowTutorial/Execute

    v8 v9  
    267267  nc -l 7000
    268268  }}}
    269   2. On your OVS host open the server_deflection.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.
     269  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.
    270270     * Is it enough to just change the IP address?
    271271     * Is it enough to just modify the TCP packets?
    272    If you want to see the solution, its in file server_deflection_sol.py file. 
     272   If you want to see the solution, its in file Proxy.py.py file. 
    273273  3. To test your controller run:
    274274  {{{