Merge "[neutron] 'up' interfaces added via ovs auto_bridge_add"
This commit is contained in:
commit
ca9dfffafd
@ -45,6 +45,7 @@ do
|
||||
if [ -n "$iface" ] && [ "$iface" != "null" ]
|
||||
then
|
||||
ovs-vsctl --no-wait --may-exist add-port $bridge $iface
|
||||
ip link set dev $iface up
|
||||
fi
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user