summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-04-11 18:07:04 +0200
committerLennart Poettering <lennart@poettering.net>2016-04-12 13:43:33 +0200
commit50724a7afcaea472d9143a169c51318abf5f69ef (patch)
tree62d0a705e75738f6750bf72f14b80bf8b8d4922b /src/systemd
parent8e20adcaa0cf06a85d36e2fda35fa1d70d5d63c8 (diff)
downloadsystemd-50724a7afcaea472d9143a169c51318abf5f69ef.tar.gz
sd-lldp: drop LLDP ethernet export from sd-lldp.h
We only use it for the Tx code anyway, hence sd-lldp.h shouldn't expose it, as it only implements Rx.
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/sd-lldp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/systemd/sd-lldp.h b/src/systemd/sd-lldp.h
index fa6ab9ad3b..4ea7be7f38 100644
--- a/src/systemd/sd-lldp.h
+++ b/src/systemd/sd-lldp.h
@@ -33,8 +33,6 @@ _SD_BEGIN_DECLARATIONS;
typedef struct sd_lldp sd_lldp;
typedef struct sd_lldp_neighbor sd_lldp_neighbor;
-#define SD_LLDP_MULTICAST_ADDR { 0x01, 0x80, 0xc2, 0x00, 0x00, 0x0e }
-
/* IEEE 802.3AB Clause 9: TLV Types */
enum {
SD_LLDP_TYPE_END = 0,