openvpn: remove deprecated config options
Remove deprecated config options in 2.5 as described in [0] [0] https://community.openvpn.net/openvpn/wiki/DeprecatedOptions Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
This commit is contained in:
parent
5faa9556b1
commit
89b8ba96b4
2 changed files with 1 additions and 8 deletions
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||||
PKG_NAME:=openvpn
|
PKG_NAME:=openvpn
|
||||||
|
|
||||||
PKG_VERSION:=2.4.5
|
PKG_VERSION:=2.4.5
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE_URL:=\
|
PKG_SOURCE_URL:=\
|
||||||
https://build.openvpn.net/downloads/releases/ \
|
https://build.openvpn.net/downloads/releases/ \
|
||||||
|
|
|
@ -14,7 +14,6 @@ cipher
|
||||||
client_config_dir
|
client_config_dir
|
||||||
client_connect
|
client_connect
|
||||||
client_disconnect
|
client_disconnect
|
||||||
comp_lzo
|
|
||||||
compress
|
compress
|
||||||
connect_freq
|
connect_freq
|
||||||
connect_retry
|
connect_retry
|
||||||
|
@ -144,7 +143,6 @@ auth_user_pass_optional
|
||||||
bind
|
bind
|
||||||
ccd_exclusive
|
ccd_exclusive
|
||||||
client
|
client
|
||||||
client_cert_not_required
|
|
||||||
client_to_client
|
client_to_client
|
||||||
comp_noadapt
|
comp_noadapt
|
||||||
disable
|
disable
|
||||||
|
@ -156,7 +154,6 @@ float
|
||||||
http_proxy_retry
|
http_proxy_retry
|
||||||
ifconfig_noexec
|
ifconfig_noexec
|
||||||
ifconfig_nowarn
|
ifconfig_nowarn
|
||||||
ifconfig_pool_linear
|
|
||||||
management_forget_disconnect
|
management_forget_disconnect
|
||||||
management_hold
|
management_hold
|
||||||
management_query_passwords
|
management_query_passwords
|
||||||
|
@ -168,9 +165,6 @@ multihome
|
||||||
mute_replay_warnings
|
mute_replay_warnings
|
||||||
ncp_disable
|
ncp_disable
|
||||||
nobind
|
nobind
|
||||||
no_iv
|
|
||||||
no_name_remapping
|
|
||||||
no_replay
|
|
||||||
opt_verify
|
opt_verify
|
||||||
passtos
|
passtos
|
||||||
persist_key
|
persist_key
|
||||||
|
@ -192,7 +186,6 @@ test_crypto
|
||||||
tls_client
|
tls_client
|
||||||
tls_exit
|
tls_exit
|
||||||
tls_server
|
tls_server
|
||||||
tun_ipv6
|
|
||||||
up_delay
|
up_delay
|
||||||
up_restart
|
up_restart
|
||||||
username_as_common_name
|
username_as_common_name
|
||||||
|
|
Loading…
Reference in a new issue