openflow: Delete icmp_type and icmp_code macros.
authorBen Pfaff <blp@nicira.com>
Wed, 5 Oct 2011 18:06:12 +0000 (11:06 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 11 Oct 2011 17:37:25 +0000 (10:37 -0700)
commit3ee8a9f0027bbcbc92358048bb6e858eb32fe504
tree4e8e3298e944b785dcc8b1ff0e591aaf782ce344
parent2cd2c2ef3d901c4ef1339e3e8459c64508bee167
openflow: Delete icmp_type and icmp_code macros.

These macros caused trouble if datapath-protocol.h was included before
openflow.h.  Later references to the icmp_type and icmp_code members of
struct ovs_key_icmp caused compiler errors, because the macros caused them
to try to refer to nonexistent tp_src and tp_dst members in those
structures.
include/openflow/openflow.h
lib/classifier.c
lib/flow.c
lib/meta-flow.c
lib/odp-util.c
lib/ofp-print.c