From c990a925ea889f3bef53b95e377f98a54360b7e4 Mon Sep 17 00:00:00 2001
From: Ben Pfaff <blp@nicira.com>
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 83193e20a..ef7958837 100644
--- a/lib/ofp-util.h
+++ b/lib/ofp-util.h
@@ -100,7 +100,7 @@ void ntoh_ofp_phy_port(struct ofp_phy_port *);
 #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.47.0