X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fofp-util.c;h=ffdccda43ef1f0d5f7de19dbbe0fc6641137ae34;hb=dd1ba5b3f4425c8eba008d1a93b044da63466812;hp=c377e3e4cc1f1ec0795039b0ea1506d553980b40;hpb=efb80167f7ebf51456df2940e3b42376ecbceb61;p=openvswitch diff --git a/lib/ofp-util.c b/lib/ofp-util.c index c377e3e4..ffdccda4 100644 --- a/lib/ofp-util.c +++ b/lib/ofp-util.c @@ -400,6 +400,10 @@ ofputil_decode_vendor(const struct ofp_header *oh, size_t length, { OFPUTIL_NXT_FLOW_AGE, OFP10_VERSION, NXT_FLOW_AGE, "NXT_FLOW_AGE", sizeof(struct nicira_header), 0 }, + + { OFPUTIL_NXT_SET_ASYNC_CONFIG, OFP10_VERSION, + NXT_SET_ASYNC_CONFIG, "NXT_SET_ASYNC_CONFIG", + sizeof(struct nx_async_config), 0 }, }; static const struct ofputil_msg_category nxt_category = { @@ -2504,6 +2508,7 @@ validate_actions(const union ofp_action *actions, size_t n_actions, case OFPUTIL_NXAST_SET_TUNNEL64: case OFPUTIL_NXAST_EXIT: case OFPUTIL_NXAST_DEC_TTL: + case OFPUTIL_NXAST_FIN_TIMEOUT: break; }