Include bmx status within batman status command

This commit is contained in:
Bob Mottram 2018-01-15 13:34:06 +00:00
parent c3e4cdf708
commit 9301df8b4a
1 changed files with 6 additions and 0 deletions

View File

@ -51,6 +51,12 @@ fi
function status {
batctl o
if grep -q "bmx6" $MESH_CURRENT_PROTOCOL; then
bmx6 -c show=originators
else
bmx7 -c show=originators
fi
}
function stop {