chiark / gitweb /
networkd: add basic LLDP transmission support
authorLennart Poettering <lennart@poettering.net>
Sun, 21 Feb 2016 13:14:08 +0000 (14:14 +0100)
committerSven Eden <yamakuzure@gmx.net>
Fri, 16 Jun 2017 08:12:57 +0000 (10:12 +0200)
commit311ae73278ba8d7c772cea1e34e93cb36e47c985
tree06fec76e61193e97610737f8627dd5546d7a811d
parente0685d07cfad6cb53a3b961f0b32bfbced107792
networkd: add basic LLDP transmission support

Let's add some minimalistic LLDP sender support. The idea is that this is
either on or off, and all fields determined automatically rather than
configured explicitly.
src/network/networkd-lldp-tx.c [new file with mode: 0644]