summaryrefslogtreecommitdiffstats
path: root/src/openvpn/options.h
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-08-16 10:11:04 +0200
committerGert Doering <gert@greenie.muc.de>2013-08-16 17:49:52 +0200
commitb685a1e6b012682ce7d6fb31960273b8f5213714 (patch)
tree1e4a0f2d919e17d8232db0b0eeeebde30c1b9685 /src/openvpn/options.h
parent46e02127a44270c7199f458f43807bff2ddb11f3 (diff)
downloadopenvpn-b685a1e6b012682ce7d6fb31960273b8f5213714.tar.gz
openvpn-b685a1e6b012682ce7d6fb31960273b8f5213714.tar.xz
openvpn-b685a1e6b012682ce7d6fb31960273b8f5213714.zip
Add support to ignore specific options.
Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <1376640664-26379-1-git-send-email-arne@rfc2549.org> URL: http://article.gmane.org/gmane.network.openvpn.devel/7799 Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'src/openvpn/options.h')
-rw-r--r--src/openvpn/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openvpn/options.h b/src/openvpn/options.h
index 6a132a6..8e0e367 100644
--- a/src/openvpn/options.h
+++ b/src/openvpn/options.h
@@ -186,6 +186,8 @@ struct options
/* enable forward compatibility for post-2.1 features */
bool forward_compatible;
+ /* list of options that should be ignored even if unkown */
+ const char ** ignore_unknown_option;
/* persist parms */
bool persist_config;