Re: [ovs-dev] [PATCH 2/3] ofproto/xlate_actions(): Do not clear ports with frags.

2014-11-03 Thread Ben Pfaff
On Wed, Oct 29, 2014 at 03:12:01PM -0700, Jarno Rajahalme wrote: > 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 >

[ovs-dev] [PATCH 2/3] ofproto/xlate_actions(): Do not clear ports with frags.

2014-10-29 Thread Jarno Rajahalme
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 --- ofproto/ofpr