[ovs-git] Open vSwitch: xenserver: Set network-uuid for internal bridges (xs5.7)

dev at openvswitch.org dev at openvswitch.org
Wed Oct 28 19:07:42 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, xs5.7 has been updated
       via  c07686a4b073aa2092a0653a3fa92bb78688e090 (commit)
      from  5379a7d3faa54dde285d5f026a15f4b1d91ed1c8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c07686a4b073aa2092a0653a3fa92bb78688e090
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=c07686a4b073aa2092a0653a3fa92bb78688e090
Author: Justin Pettit <jpettit at nicira.com>
		
xenserver: Set network-uuid for internal bridges
		
The "citrix" branch contains a script called dump-vif-details that would
write detailed information about the vifs into ovs-vswitchd.conf.
Additionally, it would add the network-uuid information for internal
bridges, since the interface-reconfigure script that normally takes care
of this is not called on internal bridges.  The Midnight Ride release
no longer needs to call dump-vif-details, but the functionality to write
the network-uuid for internal bridges was not put elsewhere.  This
commit addresses that.

It introduces the vif-on-internal-bridge script, which is a hack until a
more appropriate method, such XAPI writing out the information to
xenstore, becomes available.

Bug #2208


-----------------------------------------------------------------------

Summary of changes:
 xenserver/automake.mk                              |    1 +
 xenserver/etc_xensource_scripts_vif                |   22 ++++++++
 ...sr_share_vswitch_scripts_vif-on-internal-bridge |   56 ++++++++++++++++++++
 xenserver/vswitch-xen.spec                         |    3 +
 4 files changed, 82 insertions(+), 0 deletions(-)
 create mode 100755 xenserver/usr_share_vswitch_scripts_vif-on-internal-bridge


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list