This commit is contained in:
committed by
Git OBS Bridge
parent
614a20ee4e
commit
750b94deb2
@@ -22,12 +22,12 @@ Signed-off-by: Gerd Hoffmann <kraxel@suse.de>
|
||||
tools/examples/network-bridge | 37 +++++++++++++++++++++++++++++++++++--
|
||||
1 file changed, 35 insertions(+), 2 deletions(-)
|
||||
|
||||
Index: xen-3.1-testing/tools/examples/network-bridge
|
||||
Index: xen-3.2.1-testing/tools/examples/network-bridge
|
||||
===================================================================
|
||||
--- xen-3.1-testing.orig/tools/examples/network-bridge
|
||||
+++ xen-3.1-testing/tools/examples/network-bridge
|
||||
@@ -299,6 +299,31 @@ op_stop () {
|
||||
brctl delbr ${bridge}
|
||||
--- xen-3.2.1-testing.orig/tools/examples/network-bridge
|
||||
+++ xen-3.2.1-testing/tools/examples/network-bridge
|
||||
@@ -305,6 +305,31 @@ op_stop () {
|
||||
for vlan in $vlans ; do ifup $vlan ; done
|
||||
}
|
||||
|
||||
+op_start_hostonly () {
|
||||
@@ -58,7 +58,7 @@ Index: xen-3.1-testing/tools/examples/network-bridge
|
||||
# adds $dev to $bridge but waits for $dev to be in running state first
|
||||
add_to_bridge2() {
|
||||
local bridge=$1
|
||||
@@ -323,11 +348,19 @@ add_to_bridge2() {
|
||||
@@ -330,11 +355,19 @@ add_to_bridge2() {
|
||||
|
||||
case "$command" in
|
||||
start)
|
||||
|
Reference in New Issue
Block a user