summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-11-04 21:42:56 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-11-04 21:42:56 +0000
commit373faab1faf0a7c90cbe08c0223dcae5d34be269 (patch)
tree435e343b49d2169848e36043305894e869e24270 /options.h
parent2534aa49c8189cc888e754fff97d4d89541fed54 (diff)
downloadopenvpn-373faab1faf0a7c90cbe08c0223dcae5d34be269.tar.gz
openvpn-373faab1faf0a7c90cbe08c0223dcae5d34be269.tar.xz
openvpn-373faab1faf0a7c90cbe08c0223dcae5d34be269.zip
Added config file option "setenv FORWARD_COMPATIBLE 1" to relax
config file syntax checking to allow directives for future OpenVPN versions to be ignored. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3476 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'options.h')
-rw-r--r--options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/options.h b/options.h
index 1770bc8..c6d4e47 100644
--- a/options.h
+++ b/options.h
@@ -150,6 +150,9 @@ struct options
# define MODE_SERVER 1
int mode;
+ /* enable forward compatibility for post-2.1 features */
+ bool forward_compatible;
+
/* persist parms */
bool persist_config;
int persist_mode;