[ovs-discuss] Bug on ovs-ctl force-reload-kmod

2013-10-28 Thread Sahid Ferdjaoui
I found a bug when I tried to update to openvswitch 2.0: It's on the script ovs-ctl when we want to use "force-reload-kmod". During the "save_ofports_if_required" the script are waiting indefinitely because a mistake in the command. I past here a small diff to correct it: diff --git a/utili

[ovs-discuss] (no subject)

2013-10-28 Thread john paul
hello, I am trying to setup gre tunnel in my set I have 2 host machine ubuntu12.04 each running virtual machine on it host-1 configuration # sudo ./ovs-vsctl add-port br1 gre1 -- set interface gre1 type=gre options:remote_ip=192.168.1.13 # sudo ./ovs-vsctl show a82d76e1-f4b1-4d8d-be01-e0009062806a

[ovs-discuss] Match on vlan_vid

2013-10-28 Thread Eder Leão Fernandes
Hi, I'm trying to match on vlan_vid using Open vSwitch, set as an OpenFlow 1.3 switch. The flows are the following: At table 0: tag the packet, set the vid to 100 and send it to table 1. $ sudo ovs-ofctl -O OpenFlow13 add-flow s1 table=0,in_port=1,actions=push_vlan:0x8100,set_field:100-\>vlan_vi

[ovs-discuss] ovs 2.0 and "64bit-portability-issue"

2013-10-28 Thread Eugene Istomin
Hello, i make an ovs 2.0 build with 3.11 kernel patch using OBS and trying to apply this to stable packages ( https://build.opensuse.org/request/show/204794 ), maintainer of OBS:Network gives me hint to check up "64bit-portability-issue" at least on i586 Factory. Here is the build errors from

[ovs-discuss] ovsdb-idl.at: ovsdb-server cmd have multiple --remote options.

2013-10-28 Thread Arun Sharma
Hello, In ovsdb-idl.at, for test "# same as OVSDB_CHECK_IDL but uses the Python IDL implementation with tcp", found multiple --remote options in ovsdb-server command. AT_CHECK([ovsdb-server --log-file '-vPATTERN:console:ovsdb-server|%c|%m' --detach --no-chdir --pidfile="`pwd`"/pid --remote=punix:s

Re: [ovs-discuss] Bug on ovs-ctl force-reload-kmod

2013-10-28 Thread Gurucharan Shetty
On Mon, Oct 28, 2013 at 4:19 AM, Sahid Ferdjaoui wrote: > I found a bug when I tried to update to openvswitch 2.0: > > It's on the script ovs-ctl when we want to use "force-reload-kmod". During > the "save_ofports_if_required" the script are waiting indefinitely because a > mistake in the comm

Re: [ovs-discuss] Bug on ovs-ctl force-reload-kmod

2013-10-28 Thread Sahid Ferdjaoui
Ok so there is a problem to update ovs from 1.4 this command seems do not respond. - Original Message - From: "Gurucharan Shetty" To: "Sahid Ferdjaoui" Cc: "discuss" Sent: Monday, October 28, 2013 3:36:46 PM Subject: Re: [ovs-discuss] Bug on ovs-ctl force-reload-kmod On Mon, Oct 28, 2

Re: [ovs-discuss] Bug on ovs-ctl force-reload-kmod

2013-10-28 Thread Gurucharan Shetty
On Mon, Oct 28, 2013 at 7:51 AM, Sahid Ferdjaoui wrote: > Ok so there is a problem to update ovs from 1.4 this command seems do not > respond. Yes. The newer openvswitch userspace utilities are not compatible with older openvswitch kernel module. When you do a upgrade using 'force-reload-kmod',

[ovs-discuss] How to monitor openflow messages between ovs and controller?

2013-10-28 Thread Chengyuan Li
Hi, My OVS node has been connected with the controller. Then how can I monitor/decode the openflow messages between ovs and controller? Controller "ssl:10.95.14.106:6633" Regards, Chengyuan. ___ discuss mailing list discuss@openvswitch.org http://open

[ovs-discuss] Doubt with OVS connected to multiple controllers

2013-10-28 Thread Sujaya Maiya
Hey! We are doing a project which requires an openvswitch to be connected to multiple controllers. That part is done. But we wanted to know if we can specify in the openvswitch, which controller it has to talk to. If yes, how do we instruct the switches? Assume this topology, we have two hosts,

Re: [ovs-discuss] ovsdb-idl.at: ovsdb-server cmd have multiple --remote options.

2013-10-28 Thread Ben Pfaff
On Mon, Oct 28, 2013 at 06:55:08PM +0530, Arun Sharma wrote: > In ovsdb-idl.at, for test "# same as OVSDB_CHECK_IDL but uses the Python > IDL implementation with tcp", > found multiple --remote options in ovsdb-server command. > AT_CHECK([ovsdb-server --log-file '-vPATTERN:console:ovsdb-server|%c|%

Re: [ovs-discuss] How to monitor openflow messages between ovs and controller?

2013-10-28 Thread Ramana Reddy
You can use wireshark tool to see the packet-ins between switch to controller. On Mon, Oct 28, 2013 at 11:39 AM, Chengyuan Li wrote: > Hi, > > My OVS node has been connected with the controller. Then how can I > monitor/decode the openflow messages between ovs and controller? > > Controller "ss

Re: [ovs-discuss] ovs 2.0 and "64bit-portability-issue"

2013-10-28 Thread Jesse Gross
On Mon, Oct 28, 2013 at 4:41 AM, Eugene Istomin wrote: > Hello, > > i make an ovs 2.0 build with 3.11 kernel patch using OBS and trying to apply > this to stable packages ( https://build.opensuse.org/request/show/204794 ), > maintainer of OBS:Network gives me hint to check up "64bit-portability-i

Re: [ovs-discuss] Vlan not working with upstream OVS kernel module (openvswitch.ko)

2013-10-28 Thread Jesse Gross
On Fri, Oct 25, 2013 at 7:48 PM, ashish yadav wrote: > Hi Jesse, > > I think 2.6.32-358.18.1 Kernel version is latest with RHEL/Centos. > So it has almost all patches from upstream... It doesn't have anywhere near all of the patches from the most recent version of Linux. > If anyone has really t

Re: [ovs-discuss] How to adding ixgbevf port on ovs bridge??

2013-10-28 Thread Jesse Gross
On Mon, Oct 28, 2013 at 2:30 AM, Sukyoung Oh wrote: > Hi, I ended up that I have misunderstood concept of ovs. you was right, > totally I was wrong. > > according to your advice, I am trying to experiment again. > > OK. > > as I mentioned before, I am still trying to use ovs on DomU domain through

Re: [ovs-discuss] (no subject)

2013-10-28 Thread Jesse Gross
On Mon, Oct 28, 2013 at 4:31 AM, john paul wrote: > hello, > I am trying to setup gre tunnel in my set > I have 2 host machine ubuntu12.04 each running virtual machine on it > host-1 configuration > # sudo ./ovs-vsctl add-port br1 gre1 -- set interface gre1 type=gre > options:remote_ip=192.168.1.1

Re: [ovs-discuss] ovs 2.0 and "64bit-portability-issue"

2013-10-28 Thread Eugene Istomin
Thanks, Jesse, i will try to find a ways to resolve this. -- */Best regards,/* /Eugene Istomin/ > The upstream data type changed for the skb layer pointers from > sk_buff_data_t to __u16. However, the OVS kernel module compatibility > only uses the original data type so there is a mismatch on

Re: [ovs-discuss] Vlan not working with upstream OVS kernel module (openvswitch.ko)

2013-10-28 Thread ashish yadav
Hi Jesse, Thanks for info . With Regards Ashish On Tue, Oct 29, 2013 at 2:36 AM, Jesse Gross wrote: > On Fri, Oct 25, 2013 at 7:48 PM, ashish yadav > wrote: > > Hi Jesse, > > > > I think 2.6.32-358.18.1 Kernel version is latest with RHEL/Centos. > > So it has almost all patches from ups

[ovs-discuss] how datapath get the entry from ofproto

2013-10-28 Thread Xiaoye Sun
Hi all, I want to add a new function in openvswitch so that some flows can always be processed by userspace OpenFlow module (ofproto) instead of the kernel module ( datapath). To do this, More specifically, I want to add an entry in the flow table in ofproto (OpenFlow userspace module). And this

Re: [ovs-discuss] maintaining fedora spec

2013-10-28 Thread Flavio Leitner
On Thu, Oct 17, 2013 at 10:51:54AM -0700, Ben Pfaff wrote: > On Thu, Oct 17, 2013 at 02:21:09PM -0300, Flavio Leitner wrote: > > Since fedora has openvswitch packages available I wonder > > if it makes sense to keep maintaining the same in > > openvswitch package. > > > > For instance, I've added

[ovs-discuss] ovs's one port not to flood some specified others' host packets

2013-10-28 Thread ?????j
Hi, I have a question. As one port of ovs, I need this port not to flood some specified others' host packets.For example, I configure one port vxa type=vxlan and its romete_ip=192.168.1.12, the I want the port vxa not to flood the packets from the host of 192.168.1.12,(such as ARP packe

[ovs-discuss] How to use the the function "snoop" in OVS ?

2013-10-28 Thread ?????j
Hi, Now I use the command "ovs-ofctl snoop [bridge_name]", and the ovs provide the error "failed to connect to socket(Connect reset by peer)". Then I am looking up the directory "usr/local/var/run/" and not find the file of bridge.snoop.However, I find the file bridge.snoop in the directory

[ovs-discuss] Difficulty building openvswitch-fedora RPM for OVS 2.0.0

2013-10-28 Thread Gregory Gee
I'm trying to following the instructions to build the OVS RPMs on Fedora 19, but running into strange error. $ rpmbuild -bb rhel/openvswitch-fedora.spec . . . Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/me/rpmbuild/BUILDROOT/openvswitch-2.0.0-1.fc19.x86_64 error: Instal

Re: [ovs-discuss] Difficulty building openvswitch-fedora RPM for OVS 2.0.0

2013-10-28 Thread Flavio Leitner
The spec needs to be updated because the 2.0.0 includes the new tool called ovs-dpctl-top. I just updated rawhide to 2.0.0, so you can get the updated spec or the srpm and compile directly on Fedora 19: http://koji.fedoraproject.org/koji/buildinfo?buildID=474407 fbl On Mon, Oct 28, 2013 at 11:2

Re: [ovs-discuss] (no subject)

2013-10-28 Thread john paul
yes, endpoints ping to each other. On Tue, Oct 29, 2013 at 2:47 AM, Jesse Gross wrote: > On Mon, Oct 28, 2013 at 4:31 AM, john paul wrote: > > hello, > > I am trying to setup gre tunnel in my set > > I have 2 host machine ubuntu12.04 each running virtual machine on it > > host-1 configuration

[ovs-discuss] Very Beginner

2013-10-28 Thread Ryan Shayegan
Hello everybody: I'm absolutely new to Open vSwitch and I really like to learn it. I recently installed a Xen Server on my PC and I saw an option in " Network and Management Interface" that is named Open vSwitch. Is it the same thing? If yes, how can I manipulate and configure the Open vSwitch that

Re: [ovs-discuss] Very Beginner

2013-10-28 Thread Justin Pettit
On Oct 28, 2013, at 11:14 PM, Ryan Shayegan wrote: > I recently installed a Xen Server on my PC and I saw an option in " Network > and Management Interface" that is named Open vSwitch. > Is it the same thing? Yes. > If yes, how can I manipulate and configure the Open vSwitch that is in Xen >