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>
(cherry picked from commit b03ee4a097
)
This commit is contained in:
parent
3acf072a57
commit
00ba89bb9f
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ return L.Class.extend({
|
|||
|
||||
return [
|
||||
host || '-',
|
||||
lease.ip6addr,
|
||||
lease.ip6addrs ? lease.ip6addrs.join(' ') : lease.ip6addr,
|
||||
lease.duid,
|
||||
exp
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue