On Mon, May 20, 2013 at 10:12 AM, Ben Pfaff <b...@nicira.com> wrote:

> On Mon, May 20, 2013 at 07:56:16AM -0700, Gurucharan Shetty wrote:
> > For xenservers with version less than 6.1, interface reconfiguration
> > happened through interface-reconfigure scripts in this repo. In cases
> > where there were multiple xs-network-uuids for a single bridge,
> > interface-reconfigure script would add the network uuid associated
> > with the non-VLAN network as the first record. ovs-xapi-sync would
> > just blindly use the first record to create the bridge-id
> >
> > But it looks like for xenserver 6.1, interface-reconfigure script
> > is no longer used and xenserver natively writes the xs-network-uuids.
> > So, in ovs-xapi-sync we no longer can copy the first value in
> > xs-network-uuids as bridge-id. This commit fetches the PIF record
> > for each xs-network-uuids and the network that does not have a VLAN
> > associated with it is copied over to bridge-id.
> >
> > Bug #17090.
> > Signed-off-by: Gurucharan Shetty <gshe...@nicira.com>
>
> Looks good to me.  Thank you for finding the problem and fixing it!
>

Thank you. I pushed this to master, 1.11, 1.10 and 1.9 branches.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to