]> xenbits.xensource.com Git - xcp/xen-api.git/commit
[PATCH] xenserver: Implement missing interface-reconfigure settings.
authorBen Pfaff <blp@nicira.com>
Thu, 8 Jul 2010 13:30:23 +0000 (14:30 +0100)
committerBen Pfaff <blp@nicira.com>
Thu, 8 Jul 2010 13:30:23 +0000 (14:30 +0100)
commit2bc0a569bdcabebdb7818fa7e5841f13d803719a
treec465a43a17fbec4ad675dd72677b6ae0accea6dd
parent26dcdf780897a03e1907983a3242b1ec0dca8f0c
[PATCH] xenserver: Implement missing interface-reconfigure settings.

From 47a3c536c345925b6d3837643b0e8a24b752fad3 Mon Sep 17 00:00:00 2001
Date: Tue, 2 Mar 2010 14:52:05 -0800
These settings are supported by the bridge, and they were supported
earlier by the vswitch, but support regressed when OVSDB was initially
introduced because at first ovs-vsctl did not support these settings.
This commit restores support.

Related to bug #2430, #2442.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 ...ensource_libexec_InterfaceReconfigureVswitch.py |   68 ++++++++++++++++----
 2 files changed, 62 insertions(+), 14 deletions(-)
scripts/InterfaceReconfigureVswitch.py