openvpn: rename openvpn proto option to ovpnproto option
authorFlorian Eckert <redacted>
Thu, 5 Mar 2026 07:58:48 +0000 (08:58 +0100)
committerFlorian 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

index 5b2d91b5ce96c5a080ee4df9f75e20c86e1624e0..7f688e579c43af32dc3ba0f2c9a3b3a9835d6a4c 100644 (file)
@@ -49,8 +49,8 @@ config interface sample_server
 
        # TCP or UDP server?
 
-#      option proto tcp
-       option proto udp
+#      option ovpnproto tcp
+       option ovpnproto 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