mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
replace 'brctl' with 'bridge'
This commit is contained in:
parent
8bd4895978
commit
5092229fcc
4 changed files with 5 additions and 5 deletions
|
@ -73,7 +73,7 @@ if [[ `command -v nmcli` ]]; then # "command -v" is POSIX compliant; it c
|
|||
fi
|
||||
|
||||
ip r >> iiab-network.log
|
||||
brctl show >> iiab-network.log
|
||||
bridge -d link >> iiab-network.log
|
||||
echo >> iiab-network.log
|
||||
echo "iiab-network run start: $Start" >> iiab-network.log
|
||||
echo "iiab-network run end: $End" >> iiab-network.log
|
||||
|
@ -88,7 +88,7 @@ if [[ `command -v nmcli` ]]; then
|
|||
nmcli c
|
||||
fi
|
||||
ip r
|
||||
brctl show
|
||||
bridge -d link
|
||||
echo
|
||||
echo "iiab-network run start: $Start"
|
||||
echo "iiab-network run end: $End"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue