@@ -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 {