Re: [ovs-discuss] Mask MAC address in DataPath

2016-06-27 Thread Manu S. Keshava
Yes it contains just one flow. From: Justin Pettit [jpet...@ovn.org] Sent: Tuesday, June 28, 2016 3:47 AM To: Manu S. Keshava Cc: discuss@openvswitch.org Subject: Re: [ovs-discuss] Mask MAC address in DataPath > On Jun 27, 2016, at 6:23 PM, Manu S. Keshava

Re: [ovs-discuss] [ovs-dev] Request for comments on Open vSwitch joining the Linux Foundation

2016-06-27 Thread Jesse Gross
On Mon, Jun 27, 2016 at 4:51 PM, Flavio Leitner wrote: > On Mon, Jun 27, 2016 at 01:30:03PM -0700, Jesse Gross wrote: >> On Mon, Jun 27, 2016 at 1:03 PM, Flavio Leitner wrote: >> > On Sun, Jun 19, 2016 at 12:35:34PM -0700, Ben Pfaff wrote: >> >> On Sun, Jun 19, 2016 at 09:36:47AM -0700, Ben Pfaff

Re: [ovs-discuss] [ovs-dev] Request for comments on Open vSwitch joining the Linux Foundation

2016-06-27 Thread Flavio Leitner
On Mon, Jun 27, 2016 at 01:30:03PM -0700, Jesse Gross wrote: > On Mon, Jun 27, 2016 at 1:03 PM, Flavio Leitner wrote: > > On Sun, Jun 19, 2016 at 12:35:34PM -0700, Ben Pfaff wrote: > >> On Sun, Jun 19, 2016 at 09:36:47AM -0700, Ben Pfaff wrote: > >> > LF expects OVS to be a rather small budgetary

Re: [ovs-discuss] Mask MAC address in DataPath

2016-06-27 Thread Justin Pettit
> On Jun 27, 2016, at 6:23 PM, Manu S. Keshava wrote: > > ofctl dump.. > NXST_FLOW reply (xid=0x4): > cookie=0x0, duration=53.372s, table=0, n_packets=1059375, n_bytes=63562500, > idle_age=0, priority=500,tcp,in_port=1 actions=output:2 > > Is there a way to avoid this MAC address been appe

Re: [ovs-discuss] With network service restart, patch interfaces disappear

2016-06-27 Thread Sterdnot Shaken
Thanks for the response Ben! Here's the test process: Clean boot: [root@prv-10-11-ksupp user]# ovs-vsctl show cf2a15bb-ca36-481a-aa3c-80df59814c76 Bridge "br0" Port "br0" Interface "br0" type: internal Port "eth3" Interface "eth3"

Re: [ovs-discuss] [ovs-dev] Request for comments on Open vSwitch joining the Linux Foundation

2016-06-27 Thread Jesse Gross
On Mon, Jun 27, 2016 at 1:03 PM, Flavio Leitner wrote: > On Sun, Jun 19, 2016 at 12:35:34PM -0700, Ben Pfaff wrote: >> On Sun, Jun 19, 2016 at 09:36:47AM -0700, Ben Pfaff wrote: >> > LF expects OVS to be a rather small budgetary burden, due to the >> > project's simple structure. The TSC will coo

Re: [ovs-discuss] Request for comments on Open vSwitch joining the Linux Foundation

2016-06-27 Thread Flavio Leitner
On Sun, Jun 19, 2016 at 12:35:34PM -0700, Ben Pfaff wrote: > [adding ovs-dev] > > On Sun, Jun 19, 2016 at 09:36:47AM -0700, Ben Pfaff wrote: > > Since roughly October, some of the OVS committers have been talking over > > the idea of bringing Open vSwitch into a foundation. Originally the > > gro

[ovs-discuss] Mask MAC address in DataPath

2016-06-27 Thread Manu S. Keshava
Hi, I have configured OVS_2.5.0 on RHEL6.4 with Kernel_4.1.0. On the switch I create a flow which defines ethertype, protocol and action as: ovs-ofctl add-flow br0 in_port=1,dl_type=0x800,nw_proto=6,action=output:2 I send traffic to port=1 and see that when I dump the data-path it matches the fl

[ovs-discuss] OVS - IGMP Support?

2016-06-27 Thread Ken Evensen
Greetings, I feel like this an amateur question, but I'll ask anyway. To what extent, if any is IGMP implemented in OVS? If it is implemented, does it support a true rendezvous point? Kind Regards, Ken ___ discuss mailing list discuss@openvswitch.org

Re: [ovs-discuss] Ovs controller not found

2016-06-27 Thread Justin Pettit
My guess is that it's been renamed "openvswitch-testcontroller" in your distribution: https://github.com/openvswitch/ovs/commit/0bc1b46 --Justin > On Jun 26, 2016, at 8:54 PM, tasneem akhthar wrote: > > Greetings, > > I tried installing ovs controller but I am getting this error How ca

[ovs-discuss] Ovs controller not found

2016-06-27 Thread tasneem akhthar
Greetings, I tried installing ovs controller but I am getting this error How can I fix it? The following packages have unmet dependencies: openvswitch-controller : Depends: openvswitch-common (= 2.0.2-0ubuntu0.14.04.3) but 2.3.1-1 is to be installed Depends: openvswitch-pki (= 2.0.2-0ubuntu0.14.

Re: [ovs-discuss] MPLS double POP bug?

2016-06-27 Thread Ajithesh Srinivasa Raghavan
Hello, I was going through your posts on the OVS forum regarding the multiple MPLS label popping. Could you please tell what patch you had applied to make it work. I am facing a similar kind of issue while popping 2 MPLS labels, where pop MPLS 0x8847 did not seem to work. Would be really great

Re: [ovs-discuss] OVS fdb - MAC learning Subscription

2016-06-27 Thread Srinivasreddy R
hi , ofproto_unixctl_fdb_show api hits when fdb/show is called .May be you can find some hint there . On Mon, Jun 27, 2016 at 7:21 PM, Kapil Adhikesavalu wrote: > Hi, > > is there a way to get notification on MACs learnt on a OVS bridge ? > > i am looking for a way to get the results available i

[ovs-discuss] OVS fdb - MAC learning Subscription

2016-06-27 Thread Kapil Adhikesavalu
Hi, is there a way to get notification on MACs learnt on a OVS bridge ? i am looking for a way to get the results available in "ovs-appctl fdb/show " as a notification/subscription. i took a brief look at IDL, but didn't find where will the MAC info will be internally stored to write a monitor A

[ovs-discuss] Removing flow table from OVS

2016-06-27 Thread Adonis Congaro
I have found that this command is used to limit flow entries in user space: ovs-vsctl -- --id=@ft create Flow_Table flow_limit=100 overflow_policy=refuse -- set Bridge brflow_tables=0=@ft But after executing this command a few times with different flow limit number, an error occurred. The acti