|   | 
      | 
  
  
      | 
      | 
  
 
     | 
    | 
  
  
     | 
    | 
  
  
    |   | 
      | 
  
  
    | 
         
xen-api
[Xen-API] [PATCH 06 of 12] [PATCH] xenserver: Always call ovs-vsctl	in b
 
# HG changeset patch
# User Ben Pfaff <blp@xxxxxxxxxx>
# Date 1278595551 -3600
# Node ID fed38a5f5a3ce46f59545f3d1ffdb0ad31c64744
# Parent  0c79ddaff67b01b92f63aa960f1a1062bbf68757
[PATCH] xenserver: Always call ovs-vsctl in bring_down().
>From 56cac225ae4df8ff0c50a806b78abdb6ac96c33a Mon Sep 17 00:00:00 2001
Date: Mon, 22 Feb 2010 13:41:19 -0800
The datapath_modify_config() call here was at the wrong level of
indentation, so it was only getting called if 'dp' was to be deleted.
Signed-off-by: Ben Pfaff <blp@xxxxxxxxxx>
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
---
 ...ensource_libexec_InterfaceReconfigureVswitch.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
diff -r 0c79ddaff67b -r fed38a5f5a3c scripts/InterfaceReconfigureVswitch.py
--- a/scripts/InterfaceReconfigureVswitch.py    Thu Jul 08 14:25:51 2010 +0100
+++ b/scripts/InterfaceReconfigureVswitch.py    Thu Jul 08 14:25:51 2010 +0100
@@ -431,4 +431,5 @@
 
         if dp:
             vsctl_argv += deconfigure_datapath(dp)
-            datapath_modify_config(vsctl_argv)
+
+        datapath_modify_config(vsctl_argv)
 scripts/InterfaceReconfigureVswitch.py |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
 
xenserver_Always_call_ovs-vsctl_in_bring_down__.patch 
Description: Text Data 
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
 
 |   
 
| <Prev in Thread] | 
Current Thread | 
[Next in Thread>
 |  
- [Xen-API] [PATCH 00 of 12] first batch of openvswitch updates, David Scott
- [Xen-API] [PATCH 01 of 12] [PATCH] xenserver: Fix comment in	interface-reconfigure, David Scott
 
- [Xen-API] [PATCH 02 of 12] [PATCH] xenserver: Delete ports by	interface name, David Scott
 
- [Xen-API] [PATCH 03 of 12] [PATCH] xenserver: Accept VLAN PIFs in	pif_bridge_name(), David Scott
 
- [Xen-API] [PATCH 05 of 12] [PATCH] xenserver: Fix bringing up VLAN	PIFs, David Scott
 
- [Xen-API] [PATCH 04 of 12] [PATCH] xenserver: Hoist identical	bridge and vswitch functions into common code, David Scott
 
- [Xen-API] [PATCH 06 of 12] [PATCH] xenserver: Always call ovs-vsctl	in bring_down(),
David Scott <=
 
- [Xen-API] [PATCH 08 of 12] [PATCH] xenserver: Avoid doing unneeded	work in deconfigure_datapath(), David Scott
 
- [Xen-API] [PATCH 07 of 12] [PATCH] xenserver: Set xs-network-uuids	for both datapath and VLAN bridges, David Scott
 
- [Xen-API] [PATCH 09 of 12] [PATCH] xenserver: Remove a VLAN's	bridge when bringing down its PIF, David Scott
 
- [Xen-API] [PATCH 11 of 12] [PATCH] xenserver: Add --root-prefix	feature to interface-reconfigure, David Scott
 
- [Xen-API] [PATCH 10 of 12] [PATCH] xenserver: Add assertion and	additional comments to ovs-vsctl commands, David Scott
 
- [Xen-API] [PATCH 12 of 12] [PATCH] xenserver: Add --no-syslog	feature to interface-reconfigure, David Scott
 
 
 
 
 |  
  
 | 
    | 
  
  
    |   | 
    |