ofproto-dpif-xlate: Do not clear ports with frags in xlate_actions().
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:41:34 +0000 (14:41 -0800)
commit5e9a47719dd02a099939f5aaada5ca3ae3b47dc3
tree6a74631775fae7059aba32f2fe566d881eae5b85
parent12e4681cfb4a7f0c85a41b347a8a89922a3e0ac2
ofproto-dpif-xlate: Do not clear ports with frags in xlate_actions().

Transport ports are already cleared for lookup if need be, and they
should be available for action processing, so do not clear them in
xlate_actions().

A drop flow takes care of dropping the packet, so no special case is
needed in xlate_actions().

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