Changes between Version 82 and Version 83 of GENIExperimenter/Tutorials/OpenFlowOVS/Execute


Ignore:
Timestamp:
07/24/14 13:01:47 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v82 v83  
    191191
    192192In order to make this first experience of writing controller easier, we wrote some helpful functions that will abstract some of the particularities of POX away.
    193 These functions are locates at `/tmp/pox/ext/utils.py`, so while you write your controller consult this file for details.
     193These functions are located in `/tmp/pox/ext/utils.py`, so while you write your controller consult this file for details.
    194194
    195195Functions that are implemented include:
     
    350350As our last exercise, instead of diverging the traffic to a different server running on the same host, we will diverge the traffic to a server running on a different host and on a different port.
    351351
    352   1. Under the `/loca/pox/ext` directory there are two files Proxy.py and myProxy.py that are similar like the previous exercise. Both of these controllers are configured by the configuration file `proxy.config`. Use myProxy.py to write your own proxy controller.
     352  1. Under the `/tmp/pox/ext/` directory there are two files Proxy.py and myProxy.py that are similar like the previous exercise. Both of these controllers are configured by the configuration file `proxy.config`. Use myProxy.py to write your own proxy controller.
    353353
    354354  2. On the terminal of `host3` run a netcat server: