ofproto-dpif: Print slow-path actions instead of "drop" in dump-flows.
authorJustin Pettit <jpettit@nicira.com>
Thu, 7 Mar 2013 01:11:35 +0000 (17:11 -0800)
committerJustin Pettit <jpettit@nicira.com>
Fri, 8 Mar 2013 01:44:54 +0000 (17:44 -0800)
commitf2245da31ac0b2898980584a87d14ad37c3a70ca
tree279632361435c7c987a9db0841c64235fb427910
parent1a1e3a0a28901e3fd0d93259835fe9a0a5e029fc
ofproto-dpif: Print slow-path actions instead of "drop" in dump-flows.

The command "ovs-appctl dpif/dump-flows" would print slow-path actions
as "drop", which could be confusing to users.  This is different from
"ovs-dpctl dump-flows", which prints a descriptive reason.  This commit
replaces "drop" with the reason.

Bug #14840

Signed-off-by: Justin Pettit <jpettit@nicira.com>
ofproto/ofproto-dpif.c
tests/ofproto-dpif.at