Author :
dlg
Date :
2025-05-02 06:15:59
Hash :6dacfa3f 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