diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-09 11:19:42 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-09 11:19:42 +0000 |
commit | df703958f849e401d36f2661132c872721c5fcd7 (patch) | |
tree | 745c6cb7c63ce29388dd054e9c5adbd1d6577709 /applications/luci-openvpn/root | |
parent | 13f98b6d99ebd1880a1dc74685001e678477b322 (diff) |
applications/luci-openvpn: remove "explicit_exit_notify" parameter form OpenVPN config tempaltes (OpenWrt #8198)
Diffstat (limited to 'applications/luci-openvpn/root')
-rw-r--r-- | applications/luci-openvpn/root/etc/config/openvpn_recipes | 2 |
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" |