diff options
Diffstat (limited to 'modules/luci-mod-status/luasrc/view')
-rw-r--r-- | modules/luci-mod-status/luasrc/view/admin_status/index.htm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/luci-mod-status/luasrc/view/admin_status/index.htm b/modules/luci-mod-status/luasrc/view/admin_status/index.htm index 465226fe09..5b53e8ed34 100644 --- a/modules/luci-mod-status/luasrc/view/admin_status/index.htm +++ b/modules/luci-mod-status/luasrc/view/admin_status/index.htm @@ -61,9 +61,8 @@ local link = dev and ipc.link(dev:name()) local wan_info = { - ipaddr = v:ipaddr(), + ipaddrs = v:ipaddrs(), gwaddr = v:gwaddr(), - netmask = v:netmask(), dns = v:dnsaddrs(), expires = v:expires(), uptime = v:uptime(), @@ -90,7 +89,7 @@ local dev = v:get_interface() local link = dev and ipc.link(dev:name()) local wan6_info = { - ip6addr = v:ip6addr(), + ip6addrs = v:ip6addrs(), gw6addr = v:gw6addr(), dns = v:dns6addrs(), ip6prefix = v:ip6prefix(), |