Skip to content

Commit

Permalink
Update init_ovs.sh
Browse files Browse the repository at this point in the history
To set up the bridge br0 after creating it.
  • Loading branch information
josemariasaldana committed May 11, 2016
1 parent e00b79f commit 2089aed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts_start_ap_odin/script_start_ovs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ ovs-vswitchd tcp:$MYIP:$TCP_PORT_OVS --pidfile=ovs-vswitchd.pid --overwrite-pidf

# Create the bridge and pass in some configuration options
$VSCTL add-br $SW

# In OpenWrt 15.05 the bridge is created down
ifconfig $SW up

#optional: define the version of OpenFlow to be used
#$VSCTL set bridge $SW protocols=OpenFlow10

#Configure the switch to have an OpenFlow Controller. This will contact the controller.
Expand Down

0 comments on commit 2089aed

Please sign in to comment.