Re: [openflowplugin-dev] [netvirt-dev] Need inputs on handling deletion of flows which have common attributes

2016-10-18 Thread Somashekar B
As Daya suggested, I will be using single priority per SG to handle this issue in Boron. Sequencing at SG level and SR level needs to be handled later. Thanks, Somashekar From: netvirt-dev-boun...@lists.opendaylight.org [mailto:netvirt-dev-boun...@lists.opendaylight.org] On Behalf

Re: [openflowplugin-dev] Use case for gathering all Flow statistics

2016-10-18 Thread Shuva Jyoti Kar
Hi Scott, Yes it is implemented, but not documented in a wiki. I could assist you with a couple of pointers to help you get started. Please take a look at the StatisticsManagerImpl.java

Re: [openflowplugin-dev] [L2switch-dev] Blocker bug analysis

2016-10-18 Thread Luis Gomez
There are definitely weird things going on in l2switch, the first ERROR you mention produces some weird flow (no match and no action) in the switch: Flow 55: "cookie": 3098476543630901303, "flags": "", "hard-timeout": 0,

Re: [openflowplugin-dev] Blocker BUG-6956 reported in Boron

2016-10-18 Thread Alexis de Talhouƫt
I updated the BUG with current analysis: https://bugs.opendaylight.org/show_bug.cgi?id=6956#c5 And I submitted some patches to fix it: https://git.opendaylight.org/gerrit/#/q/topic:bug/6956

Re: [openflowplugin-dev] [L2switch-dev] Blocker bug analysis

2016-10-18 Thread Luis Gomez
Thanks Sai, yes I have a question regrading the first issue below: any idea why address tracker would keep discovered IP address information after restarting mininet? like what is today in the code to flush the address cache and why this is not working when mininet restarts? BR/Luis > On Oct

Re: [openflowplugin-dev] Blocker BUG-6956 reported in Boron

2016-10-18 Thread Sai MarapaReddy
This is not related to other l2switch bug. Seems Alexis has patches for different patches including l2switch. On Tue, Oct 18, 2016 at 10:06 AM, Abhijit Kumbhare wrote: > Adding L2 switch, etc. > > Shuva's comment: Given the conversations on the bug report, lets have the