]> git.ipfire.org Git - thirdparty/systemd.git/commit
lldp: add support for organizationally specific TLVs
authorBeniamino Galvani <bgalvani@redhat.com>
Mon, 27 Jul 2015 21:37:07 +0000 (23:37 +0200)
committerBeniamino Galvani <bgalvani@redhat.com>
Fri, 2 Oct 2015 15:39:22 +0000 (17:39 +0200)
commitd8c89d6198651e34786bc78df26f313eede9918b
tree3b4bceb42a2fc5fb1825ddaa6747c011e7b718e1
parent11e8357164694d8307dea5bcae017c98c5f125ab
lldp: add support for organizationally specific TLVs

LLDP TLVs of type 127 are used to carry organizationally specific
information and include additional fields to specify the OUI and
subtype.

Add support for parsing such fields and functions to access the most
common IEEE 802.1 specific TLVs.
src/libsystemd-network/lldp-tlv.c
src/libsystemd-network/lldp-tlv.h
src/libsystemd-network/lldp.h
src/libsystemd-network/sd-lldp.c
src/systemd/sd-lldp.h