aboutsummaryrefslogtreecommitdiffstats
path: root/extras/tools/lldp/dotnet.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extras/tools/lldp/dotnet.sh')
-rwxr-xr-xextras/tools/lldp/dotnet.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/tools/lldp/dotnet.sh b/extras/tools/lldp/dotnet.sh
index 66c384c..a3f5623 100755
--- a/extras/tools/lldp/dotnet.sh
+++ b/extras/tools/lldp/dotnet.sh
@@ -7,4 +7,5 @@ JSON=${OUT}lolwhat-${DATE}.json
./lolwhat.pl $* > ${JSON}
./draw-neighbors.pl < ${JSON} | dot -Tpng > ${OUT}lolwhat-${DATE}.png
./draw-neighbors.pl full < ${JSON} | dot -Tpng > ${OUT}lolwhat-${DATE}-full.png
+./draw-neighbors.pl lldp < ${JSON} | dot -Tpng > ${OUT}lolwhat-${DATE}-lldp.png
echo File name: ${OUT}lolwhat-${DATE}*png