ofp-actions: Add parsing of set_field actions
[sliver-openvswitch.git] / lib / ofp-actions.h
index 46e2d79..fd53e62 100644 (file)
@@ -569,4 +569,7 @@ enum {
 const char *ofpact_instruction_name_from_type(enum ovs_instruction_type type);
 int ofpact_instruction_type_from_name(const char *name);
 
+void ofpact_set_field_init(struct ofpact_reg_load *load,
+                           const struct mf_field *mf, const void *src);
+
 #endif /* ofp-actions.h */