[ovs-git] Open vSwitch: lib: Replace IP_TYPE_ references with IPPROTO_. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Feb 2 20:42:03 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  6767a2cce9a6412b3a41a927c4d56b9f0e1ec36f (commit)
      from  ff55ea1f29360533699edb77747a919505282057 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6767a2cce9a6412b3a41a927c4d56b9f0e1ec36f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=6767a2cce9a6412b3a41a927c4d56b9f0e1ec36f
Author: Justin Pettit <jpettit at nicira.com>
		
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.


-----------------------------------------------------------------------

Summary of changes:
 lib/classifier.c        |    8 ++++----
 lib/dhcp-client.c       |    6 +++---
 lib/dpif-netdev.c       |    4 ++--
 lib/flow.c              |   10 +++++-----
 lib/nx-match.c          |    6 +++---
 lib/nx-match.def        |   12 ++++++------
 lib/odp-util.c          |   18 +++++++++---------
 lib/ofp-parse.c         |    6 +++---
 lib/ofp-print.c         |    8 ++++----
 lib/packets.h           |    4 ----
 ofproto/in-band.c       |   10 +++++-----
 ofproto/netflow.c       |    2 +-
 tests/flowgen.pl        |    6 +++---
 tests/test-classifier.c |    2 +-
 14 files changed, 49 insertions(+), 53 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list