Re: [L2switch-dev] [openflowplugin-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: [L2switch-dev] [openflowplugin-dev] Blocker BUG-6956 reported in Boron

2016-10-18 Thread Abhijit Kumbhare
Adding L2 switch, etc. Shuva's comment: Given the conversations on the bug report, lets have the l2 folks have the first stab at it. On Tue, Oct 18, 2016 at 8:50 AM, Shuva Jyoti Kar < shuva.jyoti@ericsson.com> wrote: > Given the conversations on the bug report, lets have the l2 folks have t

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

2016-10-18 Thread Luis Gomez
Actually this is the drop flow so it is expected, anyway going deeper into l2switch test issues I see: - The address tracker issue is because hosts addresses are not getting cleared when we restart mininet with no sleep in-between. - The loop remover issue could be related to some test issue, I

Re: [L2switch-dev] [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: [L2switch-dev] [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 > l2 folks have the firs

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

2016-10-18 Thread Sai MarapaReddy
Thanks Luis. Yes that is drop-all flow. Please let us know if you need any further help from l2switch. On Tue, Oct 18, 2016 at 1:03 PM, Luis Gomez wrote: > Actually this is the drop flow so it is expected, anyway going deeper into > l2switch test issues I see: > > - The address tracker issue is

Re: [L2switch-dev] [openflowplugin-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 1