git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
0907848
)
applications/openvpn: Change type for management_log_cache (#276)
author
Manuel Munz
<redacted>
Thu, 8 Sep 2011 15:02:55 +0000
(15:02 +0000)
committer
Manuel Munz
<redacted>
Thu, 8 Sep 2011 15:02:55 +0000
(15:02 +0000)
applications/luci-openvpn/luasrc/model/cbi/openvpn-advanced.lua
patch
|
blob
|
history
diff --git
a/applications/luci-openvpn/luasrc/model/cbi/openvpn-advanced.lua
b/applications/luci-openvpn/luasrc/model/cbi/openvpn-advanced.lua
index da97ee986e6b70e91a740e8c8a54e264cd4e9ba4..8782cce92b8ddaae5906ec4fa1e167359821aae1 100644
(file)
--- a/
applications/luci-openvpn/luasrc/model/cbi/openvpn-advanced.lua
+++ b/
applications/luci-openvpn/luasrc/model/cbi/openvpn-advanced.lua
@@
-115,7
+115,7
@@
local knownParams = {
{ Value, "management", "127.0.0.1 31194 /etc/openvpn/mngmt-pwds" },
{ Flag, "management_query_passwords", 0 }, -- management
{ Flag, "management_hold", 0 }, -- management
- {
Flag,
"management_log_cache", 100 }, -- management
+ {
Value,
"management_log_cache", 100 }, -- management
{ ListValue, "topology", { "net30", "p2p", "subnet" }, {dev_type="tun" } },
} },
git clone https://git.99rst.org/PROJECT