Hello, I would like to set up a flow table entry in a ovs that swaps the ipv4_src and ipv4_dst address of a received packet.
The actions definition should be something similar to the following, but I don't know how to refer to the fields of the received packet. Does it exist something similar to OFPP_IN_PORT? actions=[ofp_parser.OFPActionSetField(ipv4_src=???????),ofp_parser.OFPActionSetField(ipv4_dst=??????)] Any idea? Thank you very much in advance ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
