Browse code

Added stub directive "remote-ip-hint".

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5467 e7ae566f-a301-0410-adde-c780ea21d3b5

James Yonan authored on 2010/03/12 12:00:41
Showing 1 changed files
... ...
@@ -3632,6 +3632,11 @@ add_option (struct options *options,
3632 3632
 	}
3633 3633
     }
3634 3634
 #endif
3635
+  else if (streq (p[0], "remote-ip-hint") && p[1])
3636
+    {
3637
+      VERIFY_PERMISSION (OPT_P_GENERAL|OPT_P_CONNECTION);
3638
+      // fixme
3639
+    }
3635 3640
   else if (streq (p[0], "remote") && p[1])
3636 3641
     {
3637 3642
       struct remote_entry re;