Re: [ovs-discuss] add-flow's group action not working?

2015-09-11 Thread Ray Li
Never mind, ignore my question. Didn't realize that dump-flows command also required the -O option. Thanks On Fri, Sep 11, 2015 at 3:41 PM, Ray Li wrote: > Hi, I'm testing this on 2.4.0. > > I created a group with some entries, and then added a flow with > actions=group:. However when I checked

[ovs-discuss] add-flow's group action not working?

2015-09-11 Thread Ray Li
Hi, I'm testing this on 2.4.0. I created a group with some entries, and then added a flow with actions=group:. However when I checked the flow table, the flow entry becomes actions=drop. Any idea why that happens? Thanks, Ray ___ discuss mailing list d

Re: [ovs-discuss] Connect two ovs in different vm's that are in different machines

2015-09-11 Thread Pedro Maia
Hi Joe, It’s a vm NIC. Ok so the only way to do this is by using a GRE tunnel? Or is there any other way so that i don’t need to use a tunnel? Thanks for the reply, Regards > On 11 Sep 2015, at 22:58, Joe Stringer wrote: > > On 11 September 2015 at 12:12, Pedro Maia wrote: >> Hello, >> >> I

Re: [ovs-discuss] Connect two ovs in different vm's that are in different machines

2015-09-11 Thread Joe Stringer
On 11 September 2015 at 12:12, Pedro Maia wrote: > Hello, > > I’m trying to create a network environment in which i have two Machines each > with 1 VM running openvswitch. > Both machines are connected to the same switch and the VMs are using the same > vlan which is mapped on that switch. > It’

Re: [ovs-discuss] insert-buckets support?

2015-09-11 Thread Ray Li
Hi, here's another issue. If I create an empty group first without buckets, and then run insert-buckets with command_bucket_id=last, it will fail to add the bucket and somehow delete the empty group. it works if I ran insert-buckets with command_bucket_id=first though. On Thu, Sep 10, 2015 at 5:10

[ovs-discuss] Connect two ovs in different vm's that are in different machines

2015-09-11 Thread Pedro Maia
Hello, I’m trying to create a network environment in which i have two Machines each with 1 VM running openvswitch. Both machines are connected to the same switch and the VMs are using the same vlan which is mapped on that switch. It’s something like (((ovs1)VM1)Host1)— switch — (Host2(VM2(ovs2)

Re: [ovs-discuss] Problems with OpenFlow 1.5 in Open vSwitch

2015-09-11 Thread Ben Pfaff
On Fri, Sep 11, 2015 at 12:04:48PM +0200, Egoitz Urrutia wrote: > I am having problems with the connection Switch - Controller using OF15. > I work in a mininet network enviroment, and I put OF15 to the switch with > this command: Support for OpenFlow 1.5 isn't complete, so you shouldn't bother

Re: [ovs-discuss] moving the process that runs the FIB...

2015-09-11 Thread Matt Raio
For a very specific reason, I wanted to know if you can add a device that has it's own memory space and then run the process in OpenVSwitch that builds and maintains the FIB. If we can tweak OpenVSwitch to load the process in a separate Linux OS (a container...and execute the FIB process), we can

[ovs-discuss] Problems with OpenFlow 1.5 in Open vSwitch

2015-09-11 Thread Egoitz Urrutia
Hello, I am having problems with the connection Switch - Controller using OF15. I work in a mininet network enviroment, and I put OF15 to the switch with this command: root@ryu-vm:~# ovs-vsctl set bridge 1º protocol=OpenFlow15 I am using RYU controller, and when I open an application based on Ope