I think this is at least sort of documented in ... I think it's core.py. Also, search the nox-dev google group for one of the relevant action types (e.g. OFPAT_SET_NW_SRC).
-- Murphy On Sep 5, 2012, at 2:03 PM, Rui Vaz wrote: > Does someone has an example of how to apply a IP modification action to a > packet in NOX using python, > In pyswitch the only action is defining the output port: > > prt = inst.st[dpid][dstaddr] > actions = [[openflow.OFPAT_OUTPUT, [0, prt[0]]]] > > How can I apply modification of, for example, the destination/source IP > Address? > > Thank you > -- > Rui Vaz > > >
