ovs-ofctl: Always prints recirc_id in decimal
authorAndy Zhou <azhou@nicira.com>
Tue, 19 May 2015 01:10:29 +0000 (18:10 -0700)
committerAndy Zhou <azhou@nicira.com>
Tue, 19 May 2015 19:36:48 +0000 (12:36 -0700)
commitfa7de3220ce79ffe293d84cc9c98b1a88980273b
tree1275a77ee06188cd69ba81c14abc929a99824dd7
parent2fe3020f5cb62033218c273b7c92ed9203983d62
ovs-ofctl: Always prints recirc_id in decimal

The output of 'ovs-ofctl dump-flows' command prints recirc_id in decimal
in action parts of the output, while prints that in hex in matching
parts of the same output.

This patch fixes the inconsistency by always printing recirc_id
values in decimal.

Reported-by: Justin Pettit <jpettit@nicira.com>
Signed-off-by: Andy Zhou <azhou@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/match.c
tests/ofproto-dpif.at