From 61d8d58305e7f9866a6d6c95c3a031c1bdece588 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 4 Nov 2010 10:32:46 -0700 Subject: [PATCH] ofp-util.h: Use NX_VENDOR_ID instead of literal numeric constant. --- lib/ofp-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ofp-util.h b/lib/ofp-util.h index 1c683eca9..c5a189755 100644 --- a/lib/ofp-util.h +++ b/lib/ofp-util.h @@ -95,7 +95,7 @@ char *ofp_match_to_literal_string(const struct ofp_match *match); #define OFPUTIL_VENDORS \ /* vendor name vendor value */ \ OFPUTIL_VENDOR(OFPUTIL_VENDOR_OPENFLOW, 0x00000000) \ - OFPUTIL_VENDOR(OFPUTIL_VENDOR_NICIRA, 0x00002320) + OFPUTIL_VENDOR(OFPUTIL_VENDOR_NICIRA, NX_VENDOR_ID) /* OFPUTIL_VENDOR_* definitions. */ enum ofputil_vendor_codes { -- 2.45.2