Use abbreviated bmx status commands
This commit is contained in:
parent
357d07d55b
commit
fd34c17159
|
@ -47,7 +47,7 @@ if [ ! $IFACE ]; then
|
|||
fi
|
||||
|
||||
function status {
|
||||
bmx6 -c show=status show=interfaces show=links show=originators
|
||||
bmx6 -cd8
|
||||
}
|
||||
|
||||
function stop {
|
||||
|
|
|
@ -46,7 +46,7 @@ if [ ! $IFACE ]; then
|
|||
fi
|
||||
|
||||
function status {
|
||||
bmx7 -c show=status show=interfaces show=links show=originators
|
||||
bmx7 -cd8
|
||||
}
|
||||
|
||||
function stop {
|
||||
|
|
Loading…
Reference in New Issue