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:45:59 +0000 (17:45 -0800)
commite2cf1363d629c4e9c202bd5be43e75a5fafbab59
tree53dd18ec2f7ae8449808c6d38945479fc5255d65
parent7c17de2b7a26c2a3e3842650b971b7d9b1236d7a
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