ofproto: Add "actions=" to drop action in "ovs-appctl bridge/dump-flows".
authorJustin Pettit <jpettit@nicira.com>
Thu, 17 Jan 2013 08:31:20 +0000 (00:31 -0800)
committerJustin Pettit <jpettit@nicira.com>
Thu, 17 Jan 2013 08:31:20 +0000 (00:31 -0800)
commitaa30ae4e84a2d44dea72e2f7b6fe8ccdbd4f70b1
tree31fb031ed44f6a2654e1ef2cd200d680cf2277aa
parentf150da5ef8e62a1d2a4a0cb93652a210f5426c31
ofproto: Add "actions=" to drop action in "ovs-appctl bridge/dump-flows".

The function flow_stats_ds() did its own formatting when there were no
actions, but this didn't include "action=".  There's actually no reason
to special-case this, since ofpact_format() properly handles actions
with a zero length and prints it properly.

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