Re: [openflowplugin-dev] MAC address Mask in XML flow

2017-02-23 Thread Sterdnot Shaken
Worked perfect! Thanks Luis! On Thu, Feb 23, 2017 at 4:48 PM, Luis Gomez wrote: > Looking at the opendaylight-match-types.yang model: > > grouping "mac-address-filter" { > leaf address { > mandatory true; > type yang:mac-address; > } > leaf m

Re: [openflowplugin-dev] MAC address Mask in XML flow

2017-02-23 Thread Luis Gomez
Looking at the opendaylight-match-types.yang model: grouping "mac-address-filter" { leaf address { mandatory true; type yang:mac-address; } leaf mask { type yang:mac-address; } } I guess is something like this:

Re: [openflowplugin-dev] OVS connection fails to restore after ODL restart

2017-02-23 Thread Luis Gomez
Well, I am not sure others but I do not have an openstack available to recreate this, thats why I think wireshark trace is very helpful here. Anyway maybe some dev can figure out something but just looking at the karaf log you posted. BR/Luis > On Feb 23, 2017, at 1:06 PM, Aizer, Koby wrote: >

[openflowplugin-dev] MAC address Mask in XML flow

2017-02-23 Thread Sterdnot Shaken
Howdy, Anyone have a example of an XML flow that matches on the MAC address WITH a mask? I'm looking for the equivalent of this ovs flow in said XML format: ovs-ofctl add-flow br0 table=0,priority=105,in_port=1,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00,actions=output:NORMAL Thanks in advance! _

Re: [openflowplugin-dev] OVS connection fails to restore after ODL restart

2017-02-23 Thread Aizer, Koby
Hi Luis, I’ve added the karaf.log to [1]. Unfortunately I’ve restarted the environment already, so I can’t get a wireshark capture (I believe it shouldn’t be too hard to reproduce if it’s really needed) Thanks Koby From: Luis Gomez [mailto:ece...@gmail.com] Sent: Thursday, February 23, 2017 8:

Re: [openflowplugin-dev] OVS connection fails to restore after ODL restart

2017-02-23 Thread Luis Gomez
Hi Koby, I think this is not enough information to understand your issue, can you please open a bug and attach a karaf log and a wireshark trace of the controller restart + switch fail to connect? > On Feb 23, 2017, at 9:01 AM, Aizer, Koby wrote: > > Hi all, > > I’ve just hit an issue where

Re: [openflowplugin-dev] What's the correct way to register for switch-flow-removed and node-error-notification in Boron?

2017-02-23 Thread Ryan Goulding
Bumping this thread. Can someone from the openflowplugin team please respond to Jim's request. Thanks, Ryan On Mon, Feb 20, 2017 at 3:47 PM, Jim West wrote: > I have some more data on this and I believe there is a functionality > regression in the API as of Boron-SR > > > I was able to config

[openflowplugin-dev] OVS connection fails to restore after ODL restart

2017-02-23 Thread Aizer, Koby
Hi all, I've just hit an issue where after an ODL restart, an OVS that was once connected to that ODL failed reconnecting to it. I searched openflowplugin's Bugzilla, and I saw there is already a similar bug on this issue [1]- though the described scenario is a bit different (OVS restart instea

Re: [openflowplugin-dev] [openflowjava-dev] Barrier Message Timeout - 500ms - Rational behind the value

2017-02-23 Thread Michal Rehak -X (mirehak - PANTHEON TECHNOLOGIES at Cisco)
Hi Muthukrishnan, right - I was referring to 'Maximum outbound queue depth'. 25600 is not maximum amount of messages in outbound queue - it is just a threshold value and when crossed then automatically a barrier message is added to queue. But the weird thing about this is that the limit for ba