aboutsummaryrefslogtreecommitdiff
path: root/contrib/netjail/topo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/netjail/topo.sh')
-rwxr-xr-xcontrib/netjail/topo.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/netjail/topo.sh b/contrib/netjail/topo.sh
index 9af017ff0..d7586d425 100755
--- a/contrib/netjail/topo.sh
+++ b/contrib/netjail/topo.sh
@@ -76,6 +76,10 @@ parse_line(){
76 then 76 then
77 PLUGIN=$(cut -d : -f 2 <<< $line) 77 PLUGIN=$(cut -d : -f 2 <<< $line)
78 echo $PLUGIN 78 echo $PLUGIN
79 elif [ "$key" = "B" ]
80 then
81 BROADCAST=$(cut -d : -f 2 <<< $line)
82 echo $BROADCAST
79 elif [ "$key" = "K" ] 83 elif [ "$key" = "K" ]
80 then 84 then
81 echo know node 85 echo know node