Merge "Replace ifconfig with ip"
This commit is contained in:
commit
e0d439f14f
@ -26,5 +26,5 @@ fi
|
||||
|
||||
sudo brctl delif br-$NAME ovs-$NAME || true
|
||||
sudo ovs-vsctl del-port $NETWORK_BRIDGE ovs-$NAME || true
|
||||
sudo ifconfig br-$NAME down || true
|
||||
sudo ip link set dev br-$NAME down || true
|
||||
sudo brctl delbr br-$NAME || true
|
||||
|
@ -18,7 +18,7 @@ export VIRSH_DEFAULT_CONNECT_URI="$LIBVIRT_CONNECT_URI"
|
||||
|
||||
# Only add bridge if missing. Bring it UP.
|
||||
(sudo ovs-vsctl list-br | grep ${BRIDGE_NAME}$) || sudo ovs-vsctl add-br ${BRIDGE_NAME}
|
||||
sudo ifconfig ${BRIDGE_NAME} up
|
||||
sudo ip link set dev ${BRIDGE_NAME} up
|
||||
|
||||
# Remove bridge before replacing it.
|
||||
(virsh net-list | grep "${BRIDGE_NAME} ") && virsh net-destroy ${BRIDGE_NAME}
|
||||
|
Loading…
Reference in New Issue
Block a user