xenserver: Set network-uuid for internal bridges
authorJustin Pettit <jpettit@nicira.com>
Wed, 28 Oct 2009 01:38:33 +0000 (18:38 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 28 Oct 2009 19:07:08 +0000 (12:07 -0700)
commitc07686a4b073aa2092a0653a3fa92bb78688e090
treee2ce1380c25c08b12994b69b6d708ea158e99c1a
parent5379a7d3faa54dde285d5f026a15f4b1d91ed1c8
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
xenserver/automake.mk
xenserver/etc_xensource_scripts_vif
xenserver/usr_share_vswitch_scripts_vif-on-internal-bridge [new file with mode: 0755]
xenserver/vswitch-xen.spec