On 18 May 2015 at 18:26, Andy Zhou <[email protected]> wrote: > 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 <[email protected]> > Signed-off-by: Andy Zhou <[email protected]>
Ha, I noticed this yesterday and was going to propose the opposite-change actions to hex. The only thing with the current formatting is that if there is a mask, it will be printed in hex (although I don't think we wildcard recirc_id anyway). _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
