vconn: Reimplement in terms of the "stream" abstraction.
authorBen Pfaff <blp@nicira.com>
Wed, 6 Jan 2010 22:35:20 +0000 (14:35 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 6 Jan 2010 22:35:20 +0000 (14:35 -0800)
commitfe55ad159d8fd396a9e4914a03eea93d096d03b1
treea93cfe10ba67e6980488d207d451cab3fb4cb8d3
parent108496163d4d7f77766c2b05c5c20131d6c436a9
vconn: Reimplement in terms of the "stream" abstraction.

This reduces the amount of redundancy in the source tree, by making all of
the current implementations of a vconn simply delegate to the "stream"
abstraction.
14 files changed:
lib/automake.mk
lib/vconn-ssl.c [deleted file]
lib/vconn-ssl.h [deleted file]
lib/vconn-stream.c
lib/vconn-stream.h [deleted file]
lib/vconn-tcp.c [deleted file]
lib/vconn-unix.c [deleted file]
ofproto/discovery.c
ofproto/ofproto.c
utilities/ovs-controller.c
utilities/ovs-ofctl.c
utilities/ovs-openflowd.c
vswitchd/bridge.c
vswitchd/ovs-vswitchd.c