Up link on external network interface
Change-Id: I15fea57465e2f0c08a18ffcd8b2542be7ded7f8f
This commit is contained in:
parent
b221db001a
commit
54798be244
@ -3,6 +3,8 @@
|
||||
bridge=$1
|
||||
port=$2
|
||||
|
||||
ip link set $port up
|
||||
|
||||
ovs-vsctl br-exists $bridge; rc=$?
|
||||
if [[ $rc == 2 ]]; then
|
||||
changed=changed
|
||||
|
Loading…
Reference in New Issue
Block a user