This commit is contained in:
committed by
Git OBS Bridge
parent
f5d6338f4d
commit
8cefe055e5
@@ -1,8 +1,8 @@
|
||||
Index: xen-3.2-testing/tools/examples/network-bridge
|
||||
Index: xen-3.3.0-testing/tools/examples/network-bridge
|
||||
===================================================================
|
||||
--- xen-3.2-testing.orig/tools/examples/network-bridge
|
||||
+++ xen-3.2-testing/tools/examples/network-bridge
|
||||
@@ -230,6 +230,9 @@ op_start () {
|
||||
--- xen-3.3.0-testing.orig/tools/examples/network-bridge
|
||||
+++ xen-3.3.0-testing/tools/examples/network-bridge
|
||||
@@ -241,6 +241,9 @@ op_start () {
|
||||
return
|
||||
fi
|
||||
|
||||
@@ -12,7 +12,7 @@ Index: xen-3.2-testing/tools/examples/network-bridge
|
||||
vlans=$(find_active_vlans "${netdev}")
|
||||
for vlan in $vlans ; do ifdown $vlan ; done
|
||||
|
||||
@@ -243,13 +246,27 @@ op_start () {
|
||||
@@ -254,13 +257,27 @@ op_start () {
|
||||
ip link set ${netdev} down
|
||||
ip addr flush ${netdev}
|
||||
fi
|
||||
|
Reference in New Issue
Block a user