luci-0.9: merge r5739

This commit is contained in:
Jo-Philipp Wich 2010-03-08 00:50:19 +00:00
parent fe1f00bfe8
commit 9823bb991e

View file

@ -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