diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-04-11 18:07:04 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-04-12 13:43:33 +0200 |
commit | 50724a7afcaea472d9143a169c51318abf5f69ef (patch) | |
tree | 62d0a705e75738f6750bf72f14b80bf8b8d4922b /src/systemd | |
parent | 8e20adcaa0cf06a85d36e2fda35fa1d70d5d63c8 (diff) | |
download | systemd-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.h | 2 |
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, |