luci-mod-status: display secondary lease IPv6 addresses if available
Ref: https://forum.openwrt.org/t/luci-not-showing-2nd-ipv6-address/48271 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
824cb65840
commit
b03ee4a097
@ -81,7 +81,7 @@ return L.Class.extend({
|
||||
|
||||
return [
|
||||
host || '-',
|
||||
lease.ip6addr,
|
||||
lease.ip6addrs ? lease.ip6addrs.join(' ') : lease.ip6addr,
|
||||
lease.duid,
|
||||
exp
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user