From fdda3135a8a95e7540740fe7a71481dc7a40d610 Mon Sep 17 00:00:00 2001 From: James Yonan Date: Fri, 12 Mar 2010 03:00:41 +0000 Subject: Added stub directive "remote-ip-hint". git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5467 e7ae566f-a301-0410-adde-c780ea21d3b5 --- options.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/options.c b/options.c index c5ca8b6..812c3de 100644 --- a/options.c +++ b/options.c @@ -3632,6 +3632,11 @@ add_option (struct options *options, } } #endif + else if (streq (p[0], "remote-ip-hint") && p[1]) + { + VERIFY_PERMISSION (OPT_P_GENERAL|OPT_P_CONNECTION); + // fixme + } else if (streq (p[0], "remote") && p[1]) { struct remote_entry re; -- cgit