summaryrefslogtreecommitdiffstats
path: root/openvpn.8
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 /openvpn.8
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 'openvpn.8')
-rw-r--r--openvpn.815
1 files changed, 14 insertions, 1 deletions
diff --git a/openvpn.8 b/openvpn.8
index 0e85983..921f8fb 100644
--- a/openvpn.8
+++ b/openvpn.8
@@ -26,7 +26,7 @@
.\" LP paragraph
.\" IP indented paragraph
.\" TP hanging label
-.TH openvpn 8 "3 August 2005"
+.TH openvpn 8 "4 November 2008"
.\"*********************************************************
.SH NAME
openvpn \- secure IP tunnel daemon.
@@ -2010,6 +2010,19 @@ Set a custom environmental variable
to pass to script.
.\"*********************************************************
.TP
+.B --setenv FORWARD_COMPATIBLE 1
+Relax config file syntax checking so that unknown directives
+will trigger a warning but not a fatal error,
+on the assumption that a given unknown directive might be valid
+in future OpenVPN versions.
+
+This option should be used with caution, as there are good security
+reasons for having OpenVPN fail if it detects problems in a
+config file. Having said that, there are valid reasons for wanting
+new software features to gracefully degrade when encountered by
+older software versions.
+.\"*********************************************************
+.TP
.B --setenv-safe name value
Set a custom environmental variable
.B OPENVPN_name=value