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:
f54ef00
)
modules/admin-full: properly display interface stats for networks with underscores
author
Jo-Philipp Wich
<redacted>
Fri, 18 Mar 2011 16:50:18 +0000
(16:50 +0000)
committer
Jo-Philipp Wich
<redacted>
Fri, 18 Mar 2011 16:50:18 +0000
(16:50 +0000)
modules/admin-full/luasrc/controller/admin/network.lua
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/controller/admin/network.lua
b/modules/admin-full/luasrc/controller/admin/network.lua
index dd3468ff22d9591e38f753d31b232cd03e906b00..bed96d89f72c37924604259a22b9f856488e4b1c 100644
(file)
--- a/
modules/admin-full/luasrc/controller/admin/network.lua
+++ b/
modules/admin-full/luasrc/controller/admin/network.lua
@@
-207,7
+207,7
@@
function iface_status()
local rv = { }
local iface
- for iface in path[#path]:gmatch("[%w%.%-]+") do
+ for iface in path[#path]:gmatch("[%w%.%-
_
]+") do
local net = netm:get_network(iface)
if net then
local info
git clone https://git.99rst.org/PROJECT