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:
c9e3e73
)
luci-app-mwan3: fix typo
author
Florian Eckert
<redacted>
Thu, 11 Oct 2018 05:58:28 +0000
(07:58 +0200)
committer
Florian Eckert
<redacted>
Fri, 12 Oct 2018 06:45:42 +0000
(08:45 +0200)
This has worked before because the interface variable is global. But
this is not nice. So this commit will fix this.
Signed-off-by: Florian Eckert <redacted>
applications/luci-app-mwan3/luasrc/controller/mwan3.lua
patch
|
blob
|
history
diff --git
a/applications/luci-app-mwan3/luasrc/controller/mwan3.lua
b/applications/luci-app-mwan3/luasrc/controller/mwan3.lua
index 13d47e0dc8833130b2c6610ef0418ab98a6a8663..35385912ceecfbe027c45f1dca42156ac2cc4693 100644
(file)
--- a/
applications/luci-app-mwan3/luasrc/controller/mwan3.lua
+++ b/
applications/luci-app-mwan3/luasrc/controller/mwan3.lua
@@
-117,7
+117,7
@@
function diagnosticsData(interface, task)
end
end
- function get_gateway(inteface)
+ function get_gateway(inte
r
face)
local gateway = nil
local dump = nil
git clone https://git.99rst.org/PROJECT