ofproto: Remove controller discovery support.
authorBen Pfaff <blp@nicira.com>
Tue, 15 Mar 2011 16:46:39 +0000 (09:46 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 16 Mar 2011 21:57:56 +0000 (14:57 -0700)
commit195c8086244e33ec42fd9fc8354eaedfd849bbba
tree2b6abbef405fbc05c6db9f0c1ef4dd08ea67470c
parent9b45d7f5db91cdb41eb0a2124d92885d3b3edcc9
ofproto: Remove controller discovery support.

I've never heard of anyone actually using controller discovery.
It adds a great deal of code to the source tree, and a little
bit of complication to ofproto, so this commit removes it.
31 files changed:
INSTALL.OpenFlow
debian/openvswitch-controller.README.Debian
debian/openvswitch-switch.install
debian/openvswitch-switch.manpages
lib/automake.mk
lib/dhcp-client.c [deleted file]
lib/dhcp-client.h [deleted file]
lib/dhcp.c [deleted file]
lib/dhcp.h
lib/netdev-provider.h
lib/rconn.c
lib/rconn.h
ofproto/automake.mk
ofproto/discovery.c [deleted file]
ofproto/discovery.h [deleted file]
ofproto/ofproto.c
ofproto/ofproto.h
tests/.gitignore
tests/automake.mk
tests/test-dhcp-client.c [deleted file]
utilities/.gitignore
utilities/automake.mk
utilities/ovs-appctl.8.in
utilities/ovs-discover.8.in [deleted file]
utilities/ovs-discover.c [deleted file]
utilities/ovs-openflowd.8.in
utilities/ovs-openflowd.c
vswitchd/bridge.c
vswitchd/vswitch.ovsschema
vswitchd/vswitch.xml
xenserver/openvswitch-xen.spec