From b1bebd3f255086faf36a2e7804f345feffe7fab0 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Wed, 8 Apr 2015 14:42:51 +0300 Subject: [PATCH] lldpd: move LLDP_TLV_ORG to lldp-const.h Signed-off-by: Alexandru Ardelean --- src/daemon/lldp-tlv.h | 1 - src/lldp-const.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/daemon/lldp-tlv.h b/src/daemon/lldp-tlv.h index e16d72f4..b67e1a5c 100644 --- a/src/daemon/lldp-tlv.h +++ b/src/daemon/lldp-tlv.h @@ -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} diff --git a/src/lldp-const.h b/src/lldp-const.h index 7181f12a..81a227a4 100644 --- a/src/lldp-const.h +++ b/src/lldp-const.h @@ -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 -- 2.39.5