Note that XenServer 5.6 does not have the openvswitch enabled by default; it uses linux bridging. That might explain what you are seeing. To enable the openvswitch in XenServer, you can do something like this:
$ echo openvswitch > /etc/xensource/network.conf && chkconfig openvswitch on && reboot Keep in mind though that openvswitch in XS 5.6 is not officially supported and probably out of date... Regards, Rob On 25 Aug 2010, at 18:10, Ben Pfaff wrote: > On Wed, Aug 25, 2010 at 08:38:10AM +0800, 楊皓中(Mulder Yang) wrote: >> Why Xen or ovs can not see the networks that created by another >> software? >> >> I mean Xen can not see the bridge that ovs created or ovs can not see >> the vif that Xen created? > > I do not understand your question. > > What did you do? What do you see? What do you expect to see? > > _______________________________________________ > discuss mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org
