[ovs-discuss] About error after executing ovs-dpctl command

2011-02-07 Thread Koichi Yagishita
Dear all, I appreciate it if you could reply for my question. After the ovs-dpctl command (ovs-dpctl add-if dp0 eth0) was executed refer to INSTALL.OpenFlow, the following error was outputted. How can I solve this error? [root@xenserver1 OpenvSwitch]# ovs-dpctl add-if dp0 eth0 Feb 08 15:46:30|00

Re: [ovs-discuss] How to build openvswitch_mod.ko for installing in Citrix XenServer 5.6 FP

2011-02-07 Thread Koichi Yagishita
Dear Justin, Sorry, openvswitch-1.1.0pre2-1.i386.rpm created on my DDK VM seems to contain openvswitch_mod.ko. I greatly appreciate your help. Regards, Yagishita 2011/2/7 Koichi Yagishita : > I have installed Autoconf 2.68, Automake 1.11.1, and Python 2.7.1 in my DDK > VM. > > Regards, > Yagis

Re: [ovs-discuss] Name of port in OFP_SWITCH_FEATURES

2011-02-07 Thread Ben Pfaff
On Mon, Feb 07, 2011 at 12:44:30PM -0800, kk yap wrote: > Thanks. That's indeed the problem. > > The version I am using is Open vSwitch 1.1.0pre2, with last git commit > 3569d18f47f49c115d80033a3661ad31c13d06c9. > > I have changed my code to handle this. Your fix works too (I checked > in wires

Re: [ovs-discuss] Name of port in OFP_SWITCH_FEATURES

2011-02-07 Thread kk yap
Hi Ben, Thanks. That's indeed the problem. The version I am using is Open vSwitch 1.1.0pre2, with last git commit 3569d18f47f49c115d80033a3661ad31c13d06c9. I have changed my code to handle this. Your fix works too (I checked in wireshark). Thanks. Regards KK PS>> Thanks. I have not read th

Re: [ovs-discuss] Name of port in OFP_SWITCH_FEATURES

2011-02-07 Thread Ben Pfaff
On Mon, Feb 07, 2011 at 01:54:53AM -0800, kk yap wrote: > I am using OpenvSwitch kernel datapath with openflowd. When I connect > the kernel datapath path to the controller, the controller (written in > Python) sends a features reply with a list of ports. In that list of > ports, I have added eth

[ovs-discuss] Name of port in OFP_SWITCH_FEATURES

2011-02-07 Thread kk yap
Hi, I am using OpenvSwitch kernel datapath with openflowd. When I connect the kernel datapath path to the controller, the controller (written in Python) sends a features reply with a list of ports. In that list of ports, I have added eth1 to the datapath, but the name of the port is "eth1\u0001"