CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/05/02 00:15:59
Added files:
usr.sbin/lldp : Makefile lldp.8 lldp.c
Log message:
add lldp(8), a command line tool for interacting with lldpd(8).
lldp can fetch LLDP packets from lldpd and then pulls them apart
and displays them.
by default it shows a brief summary of the lldp neighbor ports and
systems on all interfaces, but you can request verbose info and/or
info only from specific local interfaces.
now that i've done the easy part (implementing AF_FRAME and lldpd)
it would be nice to get some help with the hard stuff (pretty
printing strings in c).
ok djm@ deraadt@
general enthusiasm from many