Bug 7910 - Flow with ethernet mask (ff:ff:ff:ff:ff:ff), 15/52915/1
authorAnil Vishnoi <vishnoianil@gmail.com>
Tue, 7 Mar 2017 02:49:23 +0000 (18:49 -0800)
committerAnil Vishnoi <vishnoianil@gmail.com>
Tue, 7 Mar 2017 02:49:27 +0000 (18:49 -0800)
commit9b95b127c39f6dd18ed3afbbaffaa42a0991aafe
tree3ea98d1a4c0372ca49a010869b9ffdcf9f51d1c3
parent11f1b6ef32ccaaf54a21fa937fe91f8638090deb
Bug 7910 - Flow with ethernet mask (ff:ff:ff:ff:ff:ff),
get stored under alien-id in operational data store

Custom comparator for ethernet mask address is modified
to take care of this issue.

Change-Id: I0c5c1dbd61dd1a3fb83d3b16695553649c4ecf8f
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/registry/flow/DeviceFlowRegistryImpl.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/util/MatchComparatorHelper.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/util/MatchComparatorHelperTest.java [new file with mode: 0644]