Bug 2126: Fixed bugs in MatchConvertorImpl.OfMatchToSALMatchConvertor(). 92/11692/3
authorShigeru Yasuda <s-yasuda@da.jp.nec.com>
Wed, 1 Oct 2014 10:37:42 +0000 (19:37 +0900)
committerShigeru Yasuda <s-yasuda@da.jp.nec.com>
Wed, 1 Oct 2014 11:02:11 +0000 (20:02 +0900)
commit7b2b0e46211a64b077fe27ee7ee51428612af880
tree7e73b878348526dd523e3bc80cd6657cae7b621c
parent244c0d7016565d72fb3596483e58c80ead9dfad7
Bug 2126: Fixed bugs in MatchConvertorImpl.OfMatchToSALMatchConvertor().

  * Convert IN_PORT match field value into URI of the specified
    switch port.
  * Copy CFI bit in VLAN_VID field into MD-SAL match.

Change-Id: I7098b99e20538bbaaab391b45b2c87b4157f7d90
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/core/sal/convertor/match/MatchConvertorImpl.java
openflowplugin/src/test/java/org/opendaylight/openflowplugin/openflow/md/core/sal/convertor/match/MatchConvertorImplTest.java [new file with mode: 0644]