aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lldpdiscover.pl
Commit message (Collapse)AuthorAgeLines
* tools: Make directory for lldp-miscKristian Lyngstol2016-02-26-317/+0
| | | | Cleaner this way
* lldpdiscovery: More intelligenceKristian Lyngstol2015-05-08-7/+59
|
* Add draw-neighbors.pl to utilize lldpdiscover.pl outputKristian Lyngstol2015-05-04-3/+5
|
* tools: Add rewritten lldpdiscover.plKristian Lyngstol2015-05-03-0/+263
This isn't really complete yet, but concept is simple enough: Instead of tying the lldp discovery tightly together with the NMS database, this tool _just_ does discovery, and outputs JSON that can be used by other tools. It still requires a good bit of work, but has some real fun potential. I am also going to merge this with build-linknets.pl.