]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
lldpd: move LLDP_TLV_ORG to lldp-const.h
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Wed, 8 Apr 2015 11:42:51 +0000 (14:42 +0300)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Tue, 19 May 2015 06:10:54 +0000 (09:10 +0300)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
src/daemon/lldp-tlv.h
src/lldp-const.h

index e16d72f4d2a43ee3b5b7d924dab58c84ddb66d7c..b67e1a5cbc4189402809774ad45b554312edaa57 100644 (file)
@@ -31,7 +31,6 @@
 #define LLDP_TLV_SYSTEM_DESCR  6
 #define LLDP_TLV_SYSTEM_CAP    7
 #define LLDP_TLV_MGMT_ADDR     8
-#define LLDP_TLV_ORG           127
 
 #define LLDP_TLV_ORG_DOT1      {0x00, 0x80, 0xc2}
 #define LLDP_TLV_ORG_DOT3      {0x00, 0x12, 0x0f}
index 7181f12a1b09ac282c6585e90e1ae981206e74f8..81a227a4377cce3429134b343a2c216a18314bf7 100644 (file)
@@ -23,6 +23,8 @@
  * constants that are useful in the context of lldpd and its clients.
  */
 
+#define LLDP_TLV_ORG                   127
+
 /* Chassis ID subtype */
 #define LLDP_CHASSISID_SUBTYPE_CHASSIS 1
 #define LLDP_CHASSISID_SUBTYPE_IFALIAS 2