From 195c8086244e33ec42fd9fc8354eaedfd849bbba Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 15 Mar 2011 09:46:39 -0700 Subject: 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. --- ofproto/automake.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'ofproto/automake.mk') diff --git a/ofproto/automake.mk b/ofproto/automake.mk index c6cb9dd49..6484a2695 100644 --- a/ofproto/automake.mk +++ b/ofproto/automake.mk @@ -9,8 +9,6 @@ noinst_LIBRARIES += ofproto/libofproto.a ofproto_libofproto_a_SOURCES = \ ofproto/collectors.c \ ofproto/collectors.h \ - ofproto/discovery.c \ - ofproto/discovery.h \ ofproto/fail-open.c \ ofproto/fail-open.h \ ofproto/in-band.c \ -- cgit v1.2.1