tests/ofproto-dpif - fragment handling: Add detail.
authorJarno Rajahalme <jrajahalme@nicira.com>
Mon, 3 Nov 2014 22:40:22 +0000 (14:40 -0800)
committerJarno Rajahalme <jrajahalme@nicira.com>
Mon, 3 Nov 2014 22:40:22 +0000 (14:40 -0800)
commit12e4681cfb4a7f0c85a41b347a8a89922a3e0ac2
tree44b6e10fbe6f0461c3d9764f4ee5842e33e20a77
parente0cc58f9b7421d1b63bc64c90f25f742fbae5777
tests/ofproto-dpif - fragment handling: Add detail.

Add transport port modifications to the existing frags handling test
case.

This demonstrates incorrect behavior by not moving the destination
port number to source port in normal mode for first fragment, as the
transport port numbers have been zeroed and the move has no effect,
and by allowing moves to/from transport ports on later fragments
(which do not have a transport header).

Next patches fix these problems.

Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
tests/ofproto-dpif.at