Hi list,
I'm working under CentOS 6.4 + Openstack Havana + Openvswitch
1.11.0_8ce28d-1.el6ost.
I have a 10 Gb/s network link between the network node and the compute node.
Here is my Test case:
1. Start iperf server on the network node:
ip netns exec qdhcp-1314f7bb-9b52-4db8-a6
On Thu, Feb 06, 2014 at 09:55:52AM +0100, ?douard Thuleau wrote:
> A question was ask on the review about the scalability of flow into
> OVS. Is there some limitations?
> I'm not able to answer to that question. Could you help me? Do you
> think we could meet some scalability issues with that imple
Sorry for dropping the mailing list!Thanks Justin :)
> Date: Thu, 6 Feb 2014 11:01:24 -0800
> Subject: Re: [ovs-discuss] Stopping ARP on OpenVSwitch
> From: jpet...@nicira.com
> To: serb...@hotmail.com
> CC: discuss@openvswitch.org
>
> Please don't drop the list.
>
> Yes, that's basically what I
Thanks Joe.
On Wed, Feb 5, 2014 at 10:36 PM, Joe Stringer wrote:
> From the FAQ (
> http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=FAQ;hb=HEAD
> ):
>
> Q: What versions of OpenFlow does Open vSwitch support?
>
> A: Open vSwitch 1.9 and earlier support only OpenFlow 1.
Hi, all.
I think I find a bug here. As the question I said last time(dec_ttl).
My network is h1-s2-s3-h2
My setup is mininet2.1+ovs2.0. I used this setup as Justin said. And then I
still add a flow whose actions include "dec_ttl" on s2(switch 2).
And I still cannot find any differences on h2 whe
I have been using >= 2.0 for quite sometime. Not sure in which baseline,
the feature is introduced or where the regression could be in (if there is
one).
-Vasu
On Thu, Feb 6, 2014 at 5:04 PM, Madhusudhan Kandadai <
madhusudhan.opendayli...@yahoo.com> wrote:
> Thanks Vasu. It worked when I progr
Thanks Vasu. It worked when I program the flows from OpenDaylight to OVS2.0 and
I could see the flows as well in the switch.
But,when I try to replicate the same thing from OpenDaylight to OVS1.12 and I
am not able to see the flows in the switch.
Have you seen this issue before?
Thanks,
Mad
Please don't drop the list.
Yes, that's basically what I meant.
--Justin
On 2/5/14, 2:07 PM, "tyler derden" wrote:
>Thank you Justin for your prompt response, I appreciate that!
>Please correct for me if I am wrong, so what you meant is: If the switch
>has no entry in the cam table for the Ma
On Thu, Feb 06, 2014 at 10:08:57PM +0530, Ramana Reddy wrote:
> I installed ubuntu 12.04 64-bit, and downloaded OVS-1.7.1, but when I run
> ./configure --with-linux=/lib/modules/`uname -r`/build command its throwing
> the following error:
>
> checking for Linux build directory... /lib/modules/3.8.
I have a fairly simple vswitch configuration, which uses 4 taps on my host
to connect virtual machines to different vlans through eth1. This was
working just fine a couple months ago, but I haven't touched the setup
since, and now traffic isn't going through. I'm sure this is something
simple.
H
On Thu, Feb 6, 2014 at 2:17 AM, Kristoffer Egefelt wrote:
> Hi,
>
> I’m getting "Tunneling decided against output” with more than one bridge
> using flow based tunneling, with openvswitch master and kernel 3.11 (and
> 3.12).
> I might misunderstood how flow based tunneling should work, I’m tryin
Can you try this?
sudo ovs-ofctl add-flow br0 \
in_port=13,dl_dst=00:00:00:00:00:13,dl_type=0x800,nw_dst=
11.1.1.0/24,dl_vlan=201,actions=push_mpls:0x8847,set_field:100-\
>mpls_label,mod_vlan_vid:20,mod_dl_src:00:00:00:00:00:14,mod_dl_dst:00:00:00:00:00:04,output:14
On Wed, Feb 5, 2014 at 7:
Hello,
I am not sure whether this question has resolved. If you think this is the
repeated question, I appreciate if you can point me to the right person.
I actually trying to add a flow for MPLS (Push MPLS type and set MPLS label)
sudo ovs-ofctl add-flow s2
in_port=1,dl_type=0x0800,dl_src=22:
On Thu, Feb 06, 2014 at 10:08:57PM +0530, Ramana Reddy wrote:
> Hi All,
>
> I installed ubuntu 12.04 64-bit, and downloaded OVS-1.7.1, but when I run
> ./configure --with-linux=/lib/modules/`uname -r`/build command its throwing
> the following error:
>
> checking for Linux build directory... /lib
Hi All,
I installed ubuntu 12.04 64-bit, and downloaded OVS-1.7.1, but when I run
./configure --with-linux=/lib/modules/`uname -r`/build command its throwing
the following error:
checking for Linux build directory... /lib/modules/3.8.0-29-generic/build
checking for Linux source directory... /lib/
On Thu, Feb 6, 2014 at 1:35 AM, Dhivya Chandrasekar
wrote:
>
> Hi,
>
> How do I set the mtu for the 'internal' interface? Using 'ifconfig' to
> set the mtu does not have an effect. The maximum configurable mtu value
> is 1500. How can I configure a 9000?
All other ports need to be set to the larg
Hi,
I’m getting "Tunneling decided against output” with more than one bridge using
flow based tunneling, with openvswitch master and kernel 3.11 (and 3.12).
I might misunderstood how flow based tunneling should work, I’m trying to
configure one bridge for each customer/vm and then create a flow
Hi,
How do I set the mtu for the 'internal' interface? Using 'ifconfig' to
set the mtu does not have an effect. The maximum configurable mtu value
is 1500. How can I configure a 9000?
Regards
Dhivya
___
discuss mailing list
discuss@openvswitch.org
h
Hi,
I proposed to implement a local ARP responder (thanks to that patch
[1]) onto the OpenStack Neutron project [2].
Like it's explained in that diagram [3], I set a specific tables (21)
where all ARP requests are sent.
The flows in this table match VLAN ID and ARP target IP to transform
the requ
19 matches
Mail list logo