]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-link.c
lldp: move public macros to sd-lldp.h and namespace them 2898/head
authorBeniamino Galvani <bgalvani@redhat.com>
Wed, 23 Mar 2016 17:47:26 +0000 (18:47 +0100)
committerBeniamino Galvani <bgalvani@redhat.com>
Thu, 24 Mar 2016 15:41:48 +0000 (16:41 +0100)
commit6afa676780455e2d847cd367b8f39a02cac98ae3
tree747433f254b0ab167cc1485483547430221ba96d
parentd8fd85e94f3c2c850f53175d2c277ffb671a7b2b
lldp: move public macros to sd-lldp.h and namespace them

lldp.h contains definitions of LLDP types, subtypes and capabilities which
should be exposed in public headers. Get rid of the file and move those
definitions to sd-lldp.h with the SD_ prefix.
Makefile.am
src/libsystemd-network/lldp-neighbor.c
src/libsystemd-network/lldp.h [deleted file]
src/libsystemd-network/test-lldp.c
src/network/networkctl.c
src/network/networkd-link.c
src/network/networkd-lldp-tx.c
src/systemd/sd-lldp.h