From a5b3ecfbcf69db035175c26bcfd75a0a853e2935 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Thu, 5 Mar 2026 08:58:48 +0100 Subject: [PATCH] openvpn: rename openvpn proto option to ovpnproto option This was forgotten during renameing of this option. Fixes: e026ce0f ("openvpn: handle ovpnproto exclusively") Signed-off-by: Florian Eckert --- net/openvpn/files/openvpn.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/openvpn/files/openvpn.config b/net/openvpn/files/openvpn.config index 5b2d91b5ce..7f688e579c 100644 --- 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 ovpnproto tcp + option ovpnproto udp # "dev_type tun" will create a routed IP tunnel, # "dev_type tap" will create an Ethernet tunnel.