ofproto: Format entire rule when dumping all flows.
authorBen Pfaff <blp@nicira.com>
Thu, 9 Dec 2010 22:16:56 +0000 (14:16 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 10 Dec 2010 19:14:13 +0000 (11:14 -0800)
commitcb833cf6c345d9b038ff2ab4fd11a2498cc07efb
tree778b6de6ef94d4bab96765fdb404c06585300d08
parentcdee00fd635d1e0f1eeb5d9c009daeb59abd4777
ofproto: Format entire rule when dumping all flows.

cls_rule_format() formats the entire classifier rule, whereas
ofp_print_match() just shows the parts that are visible in OpenFlow 1.0.

Acked-by: Jesse Gross <jesse@nicira.com>
ofproto/ofproto.c