git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
54eae83
)
openvpn: rename openvpn proto option to ovpnproto option
author
Florian Eckert
<redacted>
Thu, 5 Mar 2026 07:58:48 +0000
(08:58 +0100)
committer
Florian Eckert
<redacted>
Wed, 11 Mar 2026 13:22:41 +0000
(14:22 +0100)
This was forgotten during renameing of this option.
Fixes: e026ce0f ("openvpn: handle ovpnproto exclusively")
Signed-off-by: Florian Eckert <redacted>
net/openvpn/files/openvpn.config
patch
|
blob
|
history
diff --git
a/net/openvpn/files/openvpn.config
b/net/openvpn/files/openvpn.config
index 5b2d91b5ce96c5a080ee4df9f75e20c86e1624e0..7f688e579c43af32dc3ba0f2c9a3b3a9835d6a4c 100644
(file)
--- a/
net/openvpn/files/openvpn.config
+++ b/
net/openvpn/files/openvpn.config
@@
-49,8
+49,8
@@
config interface sample_server
# TCP or UDP server?
-# option proto tcp
- option proto udp
+# option
ovpn
proto tcp
+ option
ovpn
proto udp
# "dev_type tun" will create a routed IP tunnel,
# "dev_type tap" will create an Ethernet tunnel.
git clone https://git.99rst.org/PROJECT