X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fofp-util.c;h=e9366937b55d193af4c6bd654da4e2eb7baa976a;hb=80d5aefd65b9dd953d873f9995b949bc8b8d19d5;hp=c377e3e4cc1f1ec0795039b0ea1506d553980b40;hpb=bb638b9a1868cf51df3e5faac8fe8ab1e5ec84cd;p=sliver-openvswitch.git diff --git a/lib/ofp-util.c b/lib/ofp-util.c index c377e3e4c..e9366937b 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 = {