summaryrefslogtreecommitdiffstats
path: root/src/openvpn/options.h
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-11-25 13:31:14 +0100
committerGert Doering <gert@greenie.muc.de>2013-11-26 16:31:08 +0100
commitbb9026a60a8ebdf20fdf9a99e16c0d8afc658747 (patch)
tree72718e894864c05521a379d9094d31d4643fbfd9 /src/openvpn/options.h
parent34136dd8533510f68a012ba9e6bcd8cf5d1ce80e (diff)
downloadopenvpn-bb9026a60a8ebdf20fdf9a99e16c0d8afc658747.tar.gz
openvpn-bb9026a60a8ebdf20fdf9a99e16c0d8afc658747.tar.xz
openvpn-bb9026a60a8ebdf20fdf9a99e16c0d8afc658747.zip
Remove the ip-remote-hint option.
The ip-remote-hint option overrides the remote hostname of every remote/connection entry unless management-query-remote is also defined and the management interfaces overrides the option with remote MOD. The remote name is even overridden when when management interface issues remote ACCEPT after being presented with the non overridden remote. Overriding all remote options can also be done by management-query-remote and issuing remote MOD or by changing alll remote statements in the configuration. Also: remove unused variable newcycle Signed-off-by: Arne Schwabe <arne@rfc2549.org> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <1385382680-5912-3-git-send-email-arne@rfc2549.org> URL: http://article.gmane.org/gmane.network.openvpn.devel/8057 Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'src/openvpn/options.h')
-rw-r--r--src/openvpn/options.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/openvpn/options.h b/src/openvpn/options.h
index 659d05b..b320ca1 100644
--- a/src/openvpn/options.h
+++ b/src/openvpn/options.h
@@ -210,7 +210,6 @@ struct options
/* Networking parms */
struct connection_entry ce;
- char *remote_ip_hint;
struct connection_list *connection_list;
struct remote_list *remote_list;
bool force_connection_list;