summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-11-09 11:19:42 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-11-09 11:19:42 +0000
commitdf703958f849e401d36f2661132c872721c5fcd7 (patch)
tree745c6cb7c63ce29388dd054e9c5adbd1d6577709
parent13f98b6d99ebd1880a1dc74685001e678477b322 (diff)
applications/luci-openvpn: remove "explicit_exit_notify" parameter form OpenVPN config tempaltes (OpenWrt #8198)
-rw-r--r--applications/luci-openvpn/root/etc/config/openvpn_recipes2
1 files changed, 0 insertions, 2 deletions
diff --git a/applications/luci-openvpn/root/etc/config/openvpn_recipes b/applications/luci-openvpn/root/etc/config/openvpn_recipes
index d7402c3a4..50e328af5 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"