lib: Move vconn.h to <openvswitch/vconn.h>
authorThomas Graf <tgraf@noironetworks.com>
Mon, 15 Dec 2014 13:10:38 +0000 (14:10 +0100)
committerThomas Graf <tgraf@noironetworks.com>
Mon, 15 Dec 2014 13:15:22 +0000 (14:15 +0100)
commit4a1f523f2d760e9e5751bc93519d1b70c5492b56
treea765e6463f6272c84680ab49db59752aa3e04490
parente6211adce42c28453e0004c7a3e342a3d52bb97d
lib: Move vconn.h to <openvswitch/vconn.h>

Also moves definitions for struct vconn and pvconn to the public
header. The provider interface is kept private.

Signed-off-by: Thomas Graf <tgraf@noironetworks.com>
Acked-by: Ben Pfaff <blp@nicira.com>
20 files changed:
include/openvswitch/automake.mk
include/openvswitch/vconn.h [new file with mode: 0644]
lib/automake.mk
lib/learning-switch.c
lib/ofp-parse.c
lib/rconn.c
lib/vconn-provider.h
lib/vconn-stream.c
lib/vconn.h [deleted file]
ofproto/bundles.c
ofproto/connmgr.c
ofproto/fail-open.c
ofproto/pinsched.c
ofproto/pktbuf.c
tests/test-vconn.c
utilities/ovs-ofctl.c
utilities/ovs-testcontroller.c
utilities/ovs-vsctl.c
vswitchd/ovs-vswitchd.c
vtep/vtep-ctl.c