X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fofp-actions.h;h=8dd2a218f0581f02c059693154e494387c208d5a;hb=ba0bc9b06fb33b8c7b3d40efdde239020691cb98;hp=799f64c8d19c6de57bd4f9f3bbee849f1368863c;hpb=33735fe5042cc69af7db6d34d59ed6a4ebc7946d;p=sliver-openvswitch.git diff --git a/lib/ofp-actions.h b/lib/ofp-actions.h index 799f64c8d..8dd2a218f 100644 --- a/lib/ofp-actions.h +++ b/lib/ofp-actions.h @@ -657,8 +657,8 @@ ofpact_is_instruction(const struct ofpact *a) || a->type == OFPACT_GOTO_TABLE; } -const char *ofpact_instruction_name_from_type(enum ovs_instruction_type type); -int ofpact_instruction_type_from_name(const char *name); +const char *ovs_instruction_name_from_type(enum ovs_instruction_type type); +int ovs_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);