14 lines
385 B
Diff
14 lines
385 B
Diff
diff --git a/lldp/l2_packet.h b/lldp/l2_packet.h
|
|
index b82b894..1b5a644 100644
|
|
--- a/lldp/l2_packet.h
|
|
+++ b/lldp/l2_packet.h
|
|
@@ -37,8 +37,6 @@
|
|
#define IP2STR(a) (a)[0], (a)[1], (a)[2], (a)[3], (a)[4], (a)[5]
|
|
#define IPSTR "%02x:%02x:%02x:%02x:%02x:%02x"
|
|
|
|
-#define ETH_P_LLDP 0x88cc
|
|
-
|
|
#define ETH_P_ECP 0x88b7 /* Draft 0.2 */
|
|
#define ETH_P_ECP22 0x8940 /* Ratified standard */
|
|
|