Initial OpenFlow 1.3 support
[openvswitch] / lib / nx-match.c
index 837db8d3fd5124b16a49bdaaca471a6360bf1dd1..a3a8bc3891d8635148b493541917f86c02dd4723 100644 (file)
@@ -1202,6 +1202,7 @@ nxm_reg_load_to_nxast(const struct ofpact_reg_load *load,
         struct ofp_header *oh = (struct ofp_header *)openflow->l2;
 
         switch(oh->version) {
+        case OFP13_VERSION:
         case OFP12_VERSION:
             set_field_to_ofast(load, openflow);
             break;