Skip to content

Commit 89b8ba9

Browse files
committed
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 <[email protected]>
1 parent 5faa955 commit 89b8ba9

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

package/network/services/openvpn/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
1010
PKG_NAME:=openvpn
1111

1212
PKG_VERSION:=2.4.5
13-
PKG_RELEASE:=2
13+
PKG_RELEASE:=3
1414

1515
PKG_SOURCE_URL:=\
1616
https://build.openvpn.net/downloads/releases/ \

package/network/services/openvpn/files/openvpn.options

-7
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ cipher
1414
client_config_dir
1515
client_connect
1616
client_disconnect
17-
comp_lzo
1817
compress
1918
connect_freq
2019
connect_retry
@@ -144,7 +143,6 @@ auth_user_pass_optional
144143
bind
145144
ccd_exclusive
146145
client
147-
client_cert_not_required
148146
client_to_client
149147
comp_noadapt
150148
disable
@@ -156,7 +154,6 @@ float
156154
http_proxy_retry
157155
ifconfig_noexec
158156
ifconfig_nowarn
159-
ifconfig_pool_linear
160157
management_forget_disconnect
161158
management_hold
162159
management_query_passwords
@@ -168,9 +165,6 @@ multihome
168165
mute_replay_warnings
169166
ncp_disable
170167
nobind
171-
no_iv
172-
no_name_remapping
173-
no_replay
174168
opt_verify
175169
passtos
176170
persist_key
@@ -192,7 +186,6 @@ test_crypto
192186
tls_client
193187
tls_exit
194188
tls_server
195-
tun_ipv6
196189
up_delay
197190
up_restart
198191
username_as_common_name

0 commit comments

Comments
 (0)