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
