From: Alexandru Ardelean Date: Wed, 8 Apr 2015 11:42:51 +0000 (+0300) Subject: lldpd: move LLDP_TLV_ORG to lldp-const.h X-Git-Tag: 0.7.15~25^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b1bebd3f255086faf36a2e7804f345feffe7fab0;p=thirdparty%2Flldpd.git lldpd: move LLDP_TLV_ORG to lldp-const.h Signed-off-by: Alexandru Ardelean --- 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