nx-match: Print register values in hex in "load" action also.
authorBen Pfaff <blp@nicira.com>
Wed, 12 Jan 2011 21:38:19 +0000 (13:38 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 12 Jan 2011 21:59:49 +0000 (13:59 -0800)
commitd90611f14dfd9660e7f5eef5bf27a71003e61174
treec4b23aba238ba150213184f231df6efbe751f811
parentfec00620d6f2a011a0a1c1a18e0d061f59606113
nx-match: Print register values in hex in "load" action also.

cls_rule_format() prints register values are printed in hex, but the "load"
action was printing them in decimal.  This makes it consistent.

Requested-by: Paul Ingram <paul@nicira.com>
Bug #4249.
lib/nx-match.c
tests/ofp-print.at
tests/ovs-ofctl.at