On Thu, Jul 02, 2015 at 01:51:51PM +0500, Haleema Sadia wrote: > As there are NXM registers in OVS, like, NXM_NX_REG0, NXM_NX_REG1. Are > there OXM registers like these for OpenFlow1.3?
OpenFlow 1.5 introduced 64-bit registers OXM_OF_PKT_REG<n>. In OVS, these overlay NXM_NX_REG<n>; see the documentation. > And are the load/move nicira extensions in ovs, because there are no such > actions mentioned in openflow documentation. OpenFlow 1.2+ "set_field" is similar to load. OpenFlow 1.5 "copy_field" is similar to move. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
