classifier: Print ARP opcode as "arp_op" instead of "opcode".
authorBen Pfaff <blp@nicira.com>
Fri, 24 Jun 2011 21:36:24 +0000 (14:36 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 30 Jun 2011 17:02:55 +0000 (10:02 -0700)
commitfb115f912bf9e608e32606ea0a5bae6e11c9fbfa
treef98f245d44d20b551448a999bf460307e426ac02
parentf11c1ef433cfa363c779176007cbcb9d73b3203a
classifier: Print ARP opcode as "arp_op" instead of "opcode".

"opcode" is not very specific.  All the other ARP fields have an "arp_"
prefix, so this commit adds one for the opcode too.
lib/classifier.c
lib/ofp-print.c
tests/ofp-print.at