X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fofp-actions.h;h=89bf8678ef66aa13cd6d6f90f42729cbb76fcfca;hb=28c5588e8e1a8d091c5d2275232c35f2968a97fa;hp=9dee74af44077ceabfdbb38f9813daea8d40b0e0;hpb=f6e984d7949a1d5e2b82683e2ecf6deb4b144e93;p=sliver-openvswitch.git diff --git a/lib/ofp-actions.h b/lib/ofp-actions.h index 9dee74af4..89bf8678e 100644 --- a/lib/ofp-actions.h +++ b/lib/ofp-actions.h @@ -750,4 +750,7 @@ const char *ovs_instruction_name_from_type(enum ovs_instruction_type type); int ovs_instruction_type_from_name(const char *name); enum ovs_instruction_type ovs_instruction_type_from_ofpact_type( enum ofpact_type); +enum ofperr ovs_instruction_type_from_inst_type( + enum ovs_instruction_type *instruction_type, const uint16_t inst_type); + #endif /* ofp-actions.h */