ovs-vsctl del-br br-int

This commit is contained in:
Cory 2020-11-25 12:59:35 +10:30
parent 3753436725
commit 60f30c3b17
1 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ START(){
/usr/share/openvswitch/scripts/ovs-ctl start --system-id=$hostname /usr/share/openvswitch/scripts/ovs-ctl start --system-id=$hostname
#Instruct OVSDB to listen on 127.0.0.2:6640 so the ovs-vsctl command from within a container can access OpenVswitch #Instruct OVSDB to listen on 127.0.0.2:6640 so the ovs-vsctl command from within a container can access OpenVswitch
ovs-appctl -t ovsdb-server ovsdb-server/add-remote ptcp:6640 ovs-appctl -t ovsdb-server ovsdb-server/add-remote ptcp:6640
ovs-vsctl del-br br-int
ovs-vsctl set open . external-ids:ovn-bridge=br-int ovs-vsctl set open . external-ids:ovn-bridge=br-int
ovs-vsctl set open . external-ids:ovn-remote={{OVN_SB_Connection}} ovs-vsctl set open . external-ids:ovn-remote={{OVN_SB_Connection}}