bmx status command

This commit is contained in:
Bob Mottram 2018-01-14 15:45:03 +00:00
parent a4e2c48a9e
commit 73b18fcf9e
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ if [ ! $IFACE ]; then
fi
function status {
bmx6 -c status
bmx6 -c show=status show=interfaces show=links show=originators
}
function stop {

View File

@ -46,7 +46,7 @@ if [ ! $IFACE ]; then
fi
function status {
bmx7 -c status
bmx7 -c show=status show=interfaces show=links show=originators
}
function stop {