X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fofp-util.c;h=9c894d7882ab66e7e80d8c3f0c70383ad06944ed;hb=1c2e2d2fc87c9435b6fe33112b0ddaab59f507c5;hp=8dbcb2b38e64d8b7fe4d95e65bf7a6980966eb83;hpb=4ffd1b437cef5bb9465465ebf593548e40af76b5;p=openvswitch diff --git a/lib/ofp-util.c b/lib/ofp-util.c index 8dbcb2b3..9c894d78 100644 --- a/lib/ofp-util.c +++ b/lib/ofp-util.c @@ -399,14 +399,6 @@ ofputil_decode_vendor(const struct ofp_header *oh, const struct ofputil_msg_type **typep) { static const struct ofputil_msg_type nxt_messages[] = { - { OFPUTIL_NXT_STATUS_REQUEST, - NXT_STATUS_REQUEST, "NXT_STATUS_REQUEST", - sizeof(struct nicira_header), 1 }, - - { OFPUTIL_NXT_STATUS_REPLY, - NXT_STATUS_REPLY, "NXT_STATUS_REPLY", - sizeof(struct nicira_header), 1 }, - { OFPUTIL_NXT_TUN_ID_FROM_COOKIE, NXT_TUN_ID_FROM_COOKIE, "NXT_TUN_ID_FROM_COOKIE", sizeof(struct nxt_tun_id_cookie), 0 },