mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 12:12:12 +00:00
just show all the bridges
This commit is contained in:
parent
550df14424
commit
9f260baf72
1 changed files with 2 additions and 2 deletions
|
@ -38,12 +38,12 @@ fi
|
|||
echo "" >> iiab-network.log
|
||||
ip r >> iiab-network.log
|
||||
echo "" >> iiab-network.log
|
||||
brctl show br0>> iiab-network.log
|
||||
brctl show >> iiab-network.log
|
||||
echo "run start: $Start" >> iiab-network.log
|
||||
echo "run end: $End" >> iiab-network.log
|
||||
echo "" >> iiab-network.log
|
||||
echo "" >> iiab-network.log
|
||||
ip r
|
||||
brctl show br0
|
||||
brctl show
|
||||
echo "run start:$Start"
|
||||
echo "run end: $End"
|
||||
|
|
Loading…
Reference in a new issue