Changes between Version 17 and Version 18 of GEC15Agenda/AdvancedGENITopoOmni/Instructions/L3DeflectExperiment


Ignore:
Timestamp:
10/22/12 01:54:14 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC15Agenda/AdvancedGENITopoOmni/Instructions/L3DeflectExperiment

    v17 v18  
    258258  * also all packets from the local  server are rewritten so that the client thinks that it talks to the remote server.
    259259
    260 Let's take a quick look at the controller. On the terminal that is logged in to the ProtoGENI host open file `/usr/local/src/noxgpo/src/nox/coreapps/example/l3deflect.py`. This is the deflection module. Lets try and follow the logic now:
     260Let's take a quick look at the controller. On the terminal that is logged in to the ProtoGENI host open file `/usr/local/src/noxgpo/src/nox/coreapps/examples/l3deflect.py`. This is the deflection module. Lets try and follow the logic now:
    261261  i. Find the `install` function. This is the function that registers your module to receive OpenFlow events.
    262262  i Look at which function is called when a packet is received.