From: Florian Eckert Date: Thu, 5 Mar 2026 07:58:48 +0000 (+0100) Subject: openvpn: rename openvpn proto option to ovpnproto option X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a5b3ecfbcf69db035175c26bcfd75a0a853e2935;p=openwrt-packages.git 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 --- diff --git a/net/openvpn/files/openvpn.config b/net/openvpn/files/openvpn.config index 5b2d91b5c..7f688e579 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.