Describe dummy test model. Work on OpenFlow intro.
[openvswitch] / lib / nx-match.h
index f504ad07d9deb7c4086f0bd2eb907831cbd1d187..6a57297cb781baddbcd5e170bd8a46b25db7c064 100644 (file)
@@ -65,6 +65,8 @@ enum ofperr nxm_reg_move_from_openflow(const struct nx_action_reg_move *,
                                        struct ofpbuf *ofpacts);
 enum ofperr nxm_reg_load_from_openflow(const struct nx_action_reg_load *,
                                        struct ofpbuf *ofpacts);
+enum ofperr nxm_reg_load_from_openflow12_set_field(
+    const struct ofp12_action_set_field * oasf, struct ofpbuf *ofpacts);
 
 enum ofperr nxm_reg_move_check(const struct ofpact_reg_move *,
                                const struct flow *);