Re: [ovs-discuss] Working in Citrix XenServer 5.6.0

2010-08-25 Thread Rob Hoes
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

Re: [ovs-discuss] Working in Citrix XenServer 5.6.0

2010-08-25 Thread Ben Pfaff
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

[ovs-discuss] Working in Citrix XenServer 5.6.0

2010-08-24 Thread Mulder Yang
Dear all: I had install ovs 1.0.1 into Citrix Xen server 5.6.0. and I can see the “Open vSwitch”item in Citrix Xen server Xconcole. 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 c