From df703958f849e401d36f2661132c872721c5fcd7 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 9 Nov 2011 11:19:42 +0000 Subject: [PATCH] applications/luci-openvpn: remove "explicit_exit_notify" parameter form OpenVPN config tempaltes (OpenWrt #8198) --- applications/luci-openvpn/root/etc/config/openvpn_recipes | 2 -- 1 file changed, 2 deletions(-) diff --git a/applications/luci-openvpn/root/etc/config/openvpn_recipes b/applications/luci-openvpn/root/etc/config/openvpn_recipes index d7402c3a4c..50e328af5b 100644 --- a/applications/luci-openvpn/root/etc/config/openvpn_recipes +++ b/applications/luci-openvpn/root/etc/config/openvpn_recipes @@ -63,7 +63,6 @@ config openvpn_recipe client_tun option persist_tun "1" option verb "3" option reneg_sec "0" - option explicit_exit_notify "1" option float "1" option management "127.0.0.1 31194" @@ -104,6 +103,5 @@ config openvpn_recipe client_tap_bridge option persist_key "1" option verb "3" option reneg_sec "0" - option explicit_exit_notify "1" option float "1" option management "127.0.0.1 31194" -- 2.30.2