Ip address is now send correctly 41/3341/1
authorMichal Polkorab <michal.polkorab@pantheon.sk>
Mon, 2 Dec 2013 13:57:34 +0000 (14:57 +0100)
committerMichal Polkorab <michal.polkorab@pantheon.sk>
Mon, 2 Dec 2013 13:58:15 +0000 (14:58 +0100)
commit406fe3bc8e651127b1d2c8845278942669e4f763
tree6fcebd0b54fdcb58d3379921076e28f5a7430f1f
parent2dff6e684f5358bf57a2b25f17909ede04228901
Ip address is now send correctly

Fixed header length computation (including padding)
Fixed hasMask flag
Changed equals() with isAssignableFrom() (for abstract classes)

Signed-off-by: Michal Polkorab <michal.polkorab@pantheon.sk>
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/util/ActionsSerializer.java
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/util/InstructionsSerializer.java
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/util/MatchDeserializer.java
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/util/MatchSerializer.java
openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/util/MatchSerializerTest.java [new file with mode: 0644]