bmx status command
This commit is contained in:
parent
a4e2c48a9e
commit
73b18fcf9e
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue