diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-08-18 17:53:34 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-08-18 17:53:34 +0200 |
commit | 3a94f66677fe7b5ae3ecd5743462318d322010e4 (patch) | |
tree | 2a0a74d9a5ef3b4b028d9f76574f27ec8325ebfc /openvpn/src/openvpn/options.h | |
parent | 94c32221defb9ce513505148f5ae3a037f6a1adc (diff) |
Rebase OpenVPN to -master
--HG--
extra : rebase_source : 37025b323cf5e6497cbc92744a32b0b69e397af8
Diffstat (limited to 'openvpn/src/openvpn/options.h')
-rw-r--r-- | openvpn/src/openvpn/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openvpn/src/openvpn/options.h b/openvpn/src/openvpn/options.h index cc92da32..86760bbf 100644 --- a/openvpn/src/openvpn/options.h +++ b/openvpn/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; |