print: Print mod_vlan_vid action in decimal
authorJustin Pettit <jpettit@nicira.com>
Sat, 10 Apr 2010 08:20:23 +0000 (01:20 -0700)
committerJustin Pettit <jpettit@nicira.com>
Mon, 12 Apr 2010 09:46:12 +0000 (02:46 -0700)
commit6a1f89c86b67db7ad1532031a726bd4f517ab162
tree584694982e53ac4c1c972143f51899e2b802cb39
parent8cce2125eea6e800bfe501916aac313880b751a7
print: Print mod_vlan_vid action in decimal

In a flow description, the VLAN VID was printed in hex, but an VLAN VID
modification would print the value in decimal.  This commit consistently
prints the value in decimal.

CC: Paul Ingram <paul@nicira.com>
lib/ofp-print.c