From: James Yonan Date: Fri, 12 Mar 2010 03:00:41 +0000 (+0000) Subject: Added stub directive "remote-ip-hint". X-Git-Tag: v2.2-beta1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdda3135a8a95e7540740fe7a71481dc7a40d610;p=thirdparty%2Fopenvpn.git Added stub directive "remote-ip-hint". git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5467 e7ae566f-a301-0410-adde-c780ea21d3b5 --- diff --git a/options.c b/options.c index c5ca8b67d..812c3dec7 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;