Hi All,
Can anyone please tell me about the ovs-version and the OpenFlow13
group operation, I tried the group command to test the multipath function and
found problem as below
[root@controller ~]# ovs-ofctl -O OpenFlow13 add-group $BRIDGE_NAME
group_id=5566,type=select,bucket=output:1,
May be another issue with ovs-docker?:
Things work fine with --net=none. But I ran into this issue:
1. I create a container with --net=none.
2. I connect the vswitch to container: ovs-docker add-port
root@ashok-vb:~# ovs-docker add-port br-int eth0 25021347059d 2.2.2.2
root@25021347059d:/# ifco
Yes, I just read this issue with routing entry on google... :) for example
with dhcp lease renewal...
Thanks for your time... appreciate it.
On Fri, Jan 30, 2015 at 8:28 PM, Gurucharan Shetty
wrote:
> On Fri, Jan 30, 2015 at 8:26 PM, Ashok Chippa
> wrote:
> > Disclaimer: I am not a linux netw
Ah yes, thank you, I remember now. I had this working before (after of
course reading the relevant documentation) and now I remember starting the
container with --net=none. I am revisiting this after a few weeks and had
forgotten about this, and started the containers without --net=none.
Thanks a
On Fri, Jan 30, 2015 at 8:26 PM, Ashok Chippa wrote:
> Disclaimer: I am not a linux network expert... that's why I am struggling
> with this a bit...
>
> root@ashok-vb:/usr/local/bin# ovs-docker add-port br-int eth0 46524ba3123a
> 1.1.1.1
> RTNETLINK answers: File exists
> RTNETLINK answers: File
Disclaimer: I am not a linux network expert... that's why I am struggling
with this a bit...
root@ashok-vb:/usr/local/bin# ovs-docker add-port br-int eth0 46524ba3123a
1.1.1.1
RTNETLINK answers: File exists
RTNETLINK answers: File exists
I can just remove the file if I knew which file it is compl
On Fri, Jan 30, 2015 at 8:12 PM, Ashok Chippa wrote:
> Thanks, I figured the stray i/f issue. I looked at your script as well...
> quite straightforward...
>
> Any idea why this is happening:
>
> root@ashok-vb:/usr/local/bin# ovs-docker add-port br-int eth0 46524ba3123a
> 1.1.1.1
> RTNETLINK answe
Thanks, I figured the stray i/f issue. I looked at your script as well...
quite straightforward...
Any idea why this is happening:
root@ashok-vb:/usr/local/bin# ovs-docker add-port br-int eth0 46524ba3123a
1.1.1.1
RTNETLINK answers: File exists
RTNETLINK answers: File exists
I googled and tried
Hoping someone can answer this...
root@ashok-vb:~# ovs-docker add-port br-int eth0 051d80c13ef6 1.1.1.1
RTNETLINK answers: File exists
RTNETLINK answers: File exists
root@ashok-vb:~# ovs-docker del-port br-int eth0 051d80c13ef6
root@ashok-vb:~# ovs-docker add-port br-int eth0 051d80c13ef6 1.1.1.1
> On Jan 30, 2015, at 5:26 PM, Ashok Chippa wrote:
>
> ovs-docker seems to be a bit buggy... after creating/deleting/creating
> containers, I got into a situation where a stray port on the openvswitch
> remains...
Before you delete the containers, do you delete the ports using del-port
comma
I have mentioned several issues (sorry), which exactly are you asking for?
Showing tables with 0 active flows?
On Fri, Jan 30, 2015 at 5:25 PM, Justin Pettit wrote:
> Can you provide an example from the shell output? I've never seen that.
>
> --Justin
>
>
> On Jan 30, 2015, at 5:05 PM, Ashok Ch
Look in the FAQ about "hidden" flows.
--Justin
> On Jan 30, 2015, at 5:13 PM, Ashok Chippa wrote:
>
> root@ashok-vb:/usr/local/bin# ovs-ofctl del-flows br-int
> root@ashok-vb:/usr/local/bin# ovs-ofctl dump-tables br-int
> OFPST_TABLE reply (xid=0x2): 254 tables
> 0: classifier: wild=0x3
I figured out the answer for my first question: ovs-docker del-port... The
second question is still pending...
On Fri, Jan 30, 2015 at 5:01 PM, Ashok Chippa wrote:
> Hi Gurucharan,
>
> Any idea how to work around this issue:
>
> root@ashok-vb:/usr/local/bin# ovs-docker add-port br-int eth0
> 465
ovs-docker seems to be a bit buggy... after creating/deleting/creating
containers, I got into a situation where a stray port on the openvswitch
remains...
root@ashok-vb:~# ifconfig
c7ef9934c0e44_l Link c7ef9934c0e44encap:Ethernet HWaddr ca:40:32:35:a6:8c
UP BROADCAST MULTICAST MTU:150
Can you provide an example from the shell output? I've never seen that.
--Justin
> On Jan 30, 2015, at 5:05 PM, Ashok Chippa wrote:
>
> Sorry, I meant del-flows... I mistyped it... del-flows does not work!!!
>
> Out of 11 flows, it deleted 1 flow, and repeated commands to del-flows did
> n
root@ashok-vb:/usr/local/bin# ovs-ofctl del-flows br-int
root@ashok-vb:/usr/local/bin# ovs-ofctl dump-tables br-int
OFPST_TABLE reply (xid=0x2): 254 tables
0: classifier: wild=0x3f, max=100, active=10
lookup=0, matched=0
1: table1 : wild=0x3f, max=100, active=0
Sorry, I meant del-flows... I mistyped it... del-flows does not work!!!
Out of 11 flows, it deleted 1 flow, and repeated commands to del-flows did
not have any effect!!!
On Fri, Jan 30, 2015 at 2:51 PM, Justin Pettit wrote:
>
> > On Jan 30, 2015, at 2:22 PM, Ashok Chippa wrote:
> >
> > Is the
Hi Gurucharan,
Any idea how to work around this issue:
root@ashok-vb:/usr/local/bin# ovs-docker add-port br-int eth0 46524ba3123a
1.1.1.1
RTNETLINK answers: File exists
RTNETLINK answers: File exists
I reinstalled the openvswitch and recreated the containers and tried
ovs-docker again and ran in
> -Original Message-
> From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of MCGRATH,
> GIL
> Sent: Friday, January 30, 2015 3:53 PM
> To: Justin Pettit; Ben Pfaff
> Cc: discuss@openvswitch.org
> Subject: Re: [ovs-discuss] Tunneling and vhost support for dpdk
>
> Checking a
> -Original Message-
> From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of Amy Fong
> Sent: Wednesday, January 28, 2015 5:03 PM
> To: Gurucharan Shetty
> Cc: discuss
> Subject: Re: [ovs-discuss] Status of OVS + dpdk + documentation
>
> On Wed, Jan 28, 2015 at 08:30:08AM -0
> -Original Message-
> From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of Ben Pfaff
> Sent: Friday, January 30, 2015 8:20 PM
> To: Arkajit Ghosh
> Cc: discuss
> Subject: Re: [ovs-discuss] [ dpdk-pktgen execution issue ] Error: Didn't find
> any ports to use
>
> On Fri, Ja
> On Jan 30, 2015, at 2:22 PM, Ashok Chippa wrote:
>
> Is there a cli command to clear flows in a table? ovs-ofctl del-flow
> does not work!!
As Ben mentioned, this should work. However, the command is "del-flows", not
"del-flow".
--Justin
_
On Fri, Jan 30, 2015 at 02:22:55PM -0800, Ashok Chippa wrote:
> Would it be possible to get a patch for the bug I reported, where only one
> flow is being shown (with ovs-ofctl dump-flows...) when there are actually
> more than 1 flows?
The patch is on master. I'll append it to this email also.
Hi Ben,
Would it be possible to get a patch for the bug I reported, where only one
flow is being shown (with ovs-ofctl dump-flows...) when there are actually
more than 1 flows?
Please let me know how I can get the fix? Should I pull a master copy of
openvswitch or is there a simpler way of gettin
On Wed, Jan 21, 2015 at 09:29:33AM -0800, Ben Pfaff wrote:
> On Wed, Jan 21, 2015 at 11:50:10PM +0800, K 華 wrote:
> > I tried to change sampling rate in sflow table by sending JSON to OVSDB.
> > I found that sampling rate would be configured after sending JSON to OVSDB,
> > but it did not work imm
On Thu, Jan 29, 2015 at 02:47:24PM -0500, Bill Michalowski wrote:
> Is there a current time frame with regards to adding Multicast Listener
> Discovery (MLD) snooping to Open vSwitch?
I am not aware of anyone working on this.
___
discuss mailing list
dis
On Fri, Jan 30, 2015 at 12:20:00PM +0530, Arkajit Ghosh wrote:
> Facing issue during the execution of dpdk-pktgen. Please find the below
> details:
Are you sure that this is an Open vSwitch issue? The OVS source tree
doesn't contain the term "pktgen" anywhere, so I don't think that
dpdk-pktgen i
On Fri, Jan 30, 2015 at 2:34 AM, Flora Mittal wrote:
> Hi All,
>
> Can anyone please tell us the ovs-vsctl command to have multiple
> interfaces in a port.
You usually add multiple interfaces to a port for bonding. If that is
what you wanted to do, then something like this:
ovs-vsctl -v add
Hi All,
Can anyone please tell us the ovs-vsctl command to have multiple
interfaces in a port.
Thanks.
___
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss
Checking again on whether support for VhostNet is integrated in OVS DPDK
yet - if so I assume I can just use the version from trunk in github.
On 11/22/14, 6:55 PM, "Justin Pettit" wrote:
>
>> On Nov 22, 2014, at 10:42 AM, Ben Pfaff wrote:
>>
>> On Sat, Nov 22, 2014 at 03:00:48PM +, MCG
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Everyone
I'm trying to use MiniNet + OVS to replicate a physical openflow
network. I've run into a few stumbling blocks, specifically with the
re-use of interface names.
Has anyone tried this before? I've made a few modifications and I'm
close t
31 matches
Mail list logo