Include bmx status within batman status command
This commit is contained in:
parent
c3e4cdf708
commit
9301df8b4a
|
@ -51,6 +51,12 @@ fi
|
||||||
|
|
||||||
function status {
|
function status {
|
||||||
batctl o
|
batctl o
|
||||||
|
|
||||||
|
if grep -q "bmx6" $MESH_CURRENT_PROTOCOL; then
|
||||||
|
bmx6 -c show=originators
|
||||||
|
else
|
||||||
|
bmx7 -c show=originators
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function stop {
|
function stop {
|
||||||
|
|
Loading…
Reference in New Issue