summaryrefslogtreecommitdiff
path: root/include/openflow/automake.mk
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-01-26 11:35:38 -0800
committerBen Pfaff <blp@nicira.com>2010-02-01 10:05:44 -0800
commit6468b79c635570168de53534dcb3a7feec0d5ba7 (patch)
treeb630b79db5a8c260892c52be5dd440bd4c3b1d5e /include/openflow/automake.mk
parent999401aa9caf241400406192ca7e55d7732a1c44 (diff)
downloadopenvswitch-6468b79c635570168de53534dcb3a7feec0d5ba7.tar.gz
ofproto: Remove support for OpenFlow-based management protocol.
Older versions of Open vSwitch supported a management protocol based on OpenFlow message framing. The current Open vSwitch instead uses the OVSDB protocol for the same purposes. We don't plan to support this older protocol any longer, so this commit deletes support. This commit also deletes the management_id column from the vswitch's database schema. The management_id was used by the older management protocol to match up OpenFlow switch connections to management connections, but the current implementation instead matches up connections based on the datapath IDs exported by the configuration database. In fact, the OpenFlow connections had no way to actually export the management ID, so this just deletes code that was essentially without function anyhow.
Diffstat (limited to 'include/openflow/automake.mk')
-rw-r--r--include/openflow/automake.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openflow/automake.mk b/include/openflow/automake.mk
index 146f9c4aa..b8dbc71b3 100644
--- a/include/openflow/automake.mk
+++ b/include/openflow/automake.mk
@@ -1,5 +1,4 @@
noinst_HEADERS += \
- include/openflow/openflow-mgmt.h \
include/openflow/nicira-ext.h \
include/openflow/openflow.h