mirror of
https://github.com/openvswitch/ovs
synced 2025-10-21 14:49:41 +00:00
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.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2008, 2009, 2010 Nicira Networks.
|
||||
* Copyright (c) 2008, 2009, 2010, 2011 Nicira Networks.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -70,7 +70,6 @@ bool rconn_is_alive(const struct rconn *);
|
||||
bool rconn_is_connected(const struct rconn *);
|
||||
bool rconn_is_admitted(const struct rconn *);
|
||||
int rconn_failure_duration(const struct rconn *);
|
||||
bool rconn_is_connectivity_questionable(struct rconn *);
|
||||
|
||||
uint32_t rconn_get_remote_ip(const struct rconn *);
|
||||
uint16_t rconn_get_remote_port(const struct rconn *);
|
||||
|
Reference in New Issue
Block a user