vconn: Move OpenFlow utility functions into new file ofp-util.c.
authorBen Pfaff <blp@nicira.com>
Thu, 27 May 2010 20:14:05 +0000 (13:14 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 17 Jun 2010 17:30:18 +0000 (10:30 -0700)
commitfa37b408eac875cbc0d7adbbb3f7a004371172da
tree96dcef1d5cf529ed051815035915555e69735636
parentce5a3e38dacd8042dd7c4de7be24aca9c2887103
vconn: Move OpenFlow utility functions into new file ofp-util.c.

The main purpose of the vconn code is to ship OpenFlow messages across
network connections.  Over time a large number of utility functions related
to OpenFlow messages have also crept into vconn.c, but that's really
logically separate.  This commit breaks those functions out into a new
file.
14 files changed:
extras/ezio/ovs-switchui.c
lib/automake.mk
lib/learning-switch.c
lib/ofp-util.c [new file with mode: 0644]
lib/ofp-util.h [new file with mode: 0644]
lib/rconn.c
lib/vconn.c
lib/vconn.h
lib/vlog-modules.def
ofproto/fail-open.c
ofproto/ofproto.c
ofproto/pktbuf.c
ofproto/status.c
utilities/ovs-ofctl.c