[ovs-discuss] Open vSwitch 1.7.0 Available

2012-07-30 Thread Justin Pettit
The Open vSwitch team is pleased to announce the release of Open vSwitch 1.7.0: http://openvswitch.org/releases/openvswitch-1.7.0.tar.gz This release contains new features, bug fixes, and substantial performance improvements. Feature highlights of 1.7.0 include: * Added support to mask

Re: [ovs-discuss] Mirror and bridge problem! how to add datapath?

2012-07-30 Thread Baxtiyor Maxsudov
Hello, I tried to upgrade to version 1.4.2, but it still does not work. Now even the logs were lost, ie cat /var/log/openvswitch/ovs-vswitchd.log is empty. send me please an example to create datapath, I cant found. Thanks in advance. 2012/7/30 Baxtiyor Maxsudov > Thanks a lot Ben Pfaff, I will

Re: [ovs-discuss] Mirror and bridge problem! how to add datapath?

2012-07-30 Thread Ben Pfaff
Maybe you should use a packaged version of OVS for your distribution. It really sounds like you have some kind of installation issue. On Tue, Jul 31, 2012 at 08:17:46AM +0500, Baxtiyor Maxsudov wrote: > Hello, I tried to upgrade to version 1.4.2, but it still does not > work. Now even > the logs w

Re: [ovs-discuss] problem with LACP Failover

2012-07-30 Thread Ethan Jackson
Well, based on the output you've given, the bond looks healthy. You'll have to figure out where precisely the packets are getting dropped. Typically I do this by using ovs-dpctl dump-flows to figure out what the datapath is a given packet. If you're still stuck, you may want to check out the ovs-

Re: [ovs-discuss] Mirror and bridge problem! how to add datapath?

2012-07-30 Thread Baxtiyor Maxsudov
Thanks a lot Ben Pfaff, I will try to upgrade to ver.1.4.2. I want to mirror all packets on the eth1 to another machine via gre tunnel. 2012/7/30 Ben Pfaff > [adding back the mailing list] > > I'd suggest upgrading to version 1.4.2. It probably fixes the > "unexpected flow" problem. > > You hav

Re: [ovs-discuss] Mirror and bridge problem! how to add datapath?

2012-07-30 Thread Ben Pfaff
[adding back the mailing list] I'd suggest upgrading to version 1.4.2. It probably fixes the "unexpected flow" problem. You have something that is causing packets to be received on the gre0 tunnel. There's not any value in that for mirroring, what is causing the packets to be received? On Mon,

Re: [ovs-discuss] Mirror and bridge problem! how to add datapath?

2012-07-30 Thread Ben Pfaff
On Mon, Jul 30, 2012 at 07:16:10AM +0500, Baxtiyor Maxsudov wrote: > Hello, help me please, > I have bridge and mirror: > ovs-vsctl add-br most > ifconfig most 10.1.1.1/30 > ifconfig most up > ovs-vsctl add-port most gre0 -- set interface gre0 type=gre > options:remote_ip=192.168.20.x > ovs-vsctl a

[ovs-discuss] Mirror and bridge problem! how to add datapath?

2012-07-30 Thread Baxtiyor Maxsudov
Hello, help me please, I have bridge and mirror: ovs-vsctl add-br most ifconfig most 10.1.1.1/30 ifconfig most up ovs-vsctl add-port most gre0 -- set interface gre0 type=gre options:remote_ip=192.168.20.x ovs-vsctl add-port most eth1 ovs-vsctl -- set Bridge most mirrors=@m -- --id=@eth1 get Port et

Re: [ovs-discuss] How to enable Inter Vlan in openvswitch

2012-07-30 Thread ecfgijn
Hi , I have monitored the packets with tcpdump but i do not find any clue which suggests slow network connectivity. Any idea how to resolve below mentioned problem. Regards Pradeep Kumar On 07/25/2012 10:56 PM, Jesse Gross wrote: On Tue, Jul 24, 2012 at 11:50 PM, ecfgijn wrote: Hi Ben ,