Use abbreviated bmx status commands

This commit is contained in:
Bob Mottram 2018-01-14 22:45:23 +00:00
parent 357d07d55b
commit fd34c17159
2 changed files with 2 additions and 2 deletions

View File

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

View File

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