luci-0.9: merge r5739
This commit is contained in:
parent
fe1f00bfe8
commit
9823bb991e
1 changed files with 5 additions and 1 deletions
|
@ -462,7 +462,11 @@ function net.routes6(callback)
|
|||
refcount = tonumber(refcnt, 16),
|
||||
usecount = tonumber(usecnt, 16),
|
||||
flags = tonumber(flags, 16),
|
||||
device = dev
|
||||
device = dev,
|
||||
|
||||
-- lua number is too small for storing the metric
|
||||
-- add a metric_raw field with the original content
|
||||
metric_raw = metric
|
||||
}
|
||||
|
||||
if callback then
|
||||
|
|
Loading…
Reference in a new issue