3b3d096f12
- support for OpenBSD's SIOCGIFDESCR - support for hw.vendor and hw.product on OpenBSD - manpage now lists default user (_ladvd on OpenBSD) - location support also works for LLDP (-L) from MAINTAINER Paul de Weerd, thanks!
8 lines
462 B
Plaintext
8 lines
462 B
Plaintext
LADVD uses CDP / LLDP frames to inform switches about connected hosts,
|
|
which simplifies ethernet switch management. It does this by creating
|
|
a raw socket at startup, and then switching to a non-privileged user
|
|
for the remaining runtime. Every 30 seconds it will transmit CDP/LLDP
|
|
packets reflecting the current system state. Interfaces (bridge,
|
|
trunk, wireless), capabilities (bridging, forwarding, wireless) and
|
|
addresses (IPv4, IPv6) are detected dynamically.
|