lib: Replace IP_TYPE_ references with IPPROTO_.
authorJustin Pettit <jpettit@nicira.com>
Wed, 2 Feb 2011 19:33:20 +0000 (11:33 -0800)
committerJustin Pettit <jpettit@nicira.com>
Wed, 2 Feb 2011 19:50:17 +0000 (11:50 -0800)
commit6767a2cce9a6412b3a41a927c4d56b9f0e1ec36f
treed517a57ed0a12e15afd43a09b6af0f393b5caf6d
parentff55ea1f29360533699edb77747a919505282057
lib: Replace IP_TYPE_ references with IPPROTO_.

A few common IP protocol types were defined in "lib/packets.h".  However,
we already assume the existence of <netinet/in.h> which contains a more
exhaustive list and should be available on POSIX systems.
14 files changed:
lib/classifier.c
lib/dhcp-client.c
lib/dpif-netdev.c
lib/flow.c
lib/nx-match.c
lib/nx-match.def
lib/odp-util.c
lib/ofp-parse.c
lib/ofp-print.c
lib/packets.h
ofproto/in-band.c
ofproto/netflow.c
tests/flowgen.pl
tests/test-classifier.c