Fixed a bug in PortStatus decoding 31/3931/2
authorEd Warnicke <eaw@cisco.com>
Thu, 26 Dec 2013 03:53:24 +0000 (19:53 -0800)
committerEd Warnicke <eaw@cisco.com>
Fri, 27 Dec 2013 17:21:19 +0000 (09:21 -0800)
commit828d51b84f67ef8d9b3efdc29d72d2fc8a3988b6
treec9edf8f1d4578a78a7c95e8370e3344d36bd291b
parentffc7f92db67298e6f119515d6b694ef27e86dfc2
Fixed a bug in PortStatus decoding

PortStatusMessageFactory was neglecting to decode
the port name, and as a result was (among other things)
failing to correctly decode the port state (and actually
everything after port name in the message).

Change-Id: I6940e3255471996a38d8b5deefae520dac24eecc
Signed-off-by: Ed Warnicke <eaw@cisco.com>
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/deserialization/factories/PortStatusMessageFactory.java
openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/deserialization/factories/PortStatusMessageFactoryTest.java