X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fofp-util.h;h=7ee3e69f7fbfae89592441ad827cb56530889ef5;hb=0ab14c8e284b7c5c68aff1ccc6795a1d4b58bd49;hp=48b0a4cfbed5de0edf73851c673b48508202a423;hpb=38f2e36072c9065cae3d4fbab4a70e4f502706cd;p=openvswitch diff --git a/lib/ofp-util.h b/lib/ofp-util.h index 48b0a4cf..7ee3e69f 100644 --- a/lib/ofp-util.h +++ b/lib/ofp-util.h @@ -92,6 +92,7 @@ int ofputil_decode_msg_type(const struct ofp_header *, const struct ofputil_msg_type **); enum ofputil_msg_code ofputil_msg_type_code(const struct ofputil_msg_type *); const char *ofputil_msg_type_name(const struct ofputil_msg_type *); +int ofputil_check_output_port(uint16_t ofp_port, int max_ports); /* Converting OFPFW_NW_SRC_MASK and OFPFW_NW_DST_MASK wildcard bit counts to * and from IP bitmasks. */ @@ -300,7 +301,9 @@ enum ofputil_action_code { OFPUTIL_NXAST_NOTE, OFPUTIL_NXAST_SET_TUNNEL64, OFPUTIL_NXAST_MULTIPATH, - OFPUTIL_NXAST_AUTOPATH + OFPUTIL_NXAST_AUTOPATH, + OFPUTIL_NXAST_BUNDLE, + OFPUTIL_NXAST_BUNDLE_LOAD, }; int ofputil_decode_action(const union ofp_action *);