ofproto: Check actions also for packet outs and traces.
authorJarno Rajahalme <jrajahalme@nicira.com>
Fri, 20 Nov 2015 02:20:39 +0000 (18:20 -0800)
committerJarno Rajahalme <jarno@ovn.org>
Fri, 20 Nov 2015 02:20:39 +0000 (18:20 -0800)
commit89108874d59364313f9e5e192ba8ca00a2771d93
treea8b77a6c91ceabfef1a0950165f0c59bc2e6cb53
parent0a939c1f157f67168ff17e55add718d0b28ddb51
ofproto: Check actions also for packet outs and traces.

Make the packet out and trace processing perform the same actions
checks as flow mod processing does.

This used to be the case before, but at some point these have diverged
to perform different combinations of checks.

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