Files
luci/modules
Konstantin Glukhov e839b9d18d luci-base: network.js: de-dup ifc IPv6 addresses
De-dup IPv6 addresses before getIP6Addrs() returns an array
from "ipv6-address" and "ipv6-prefix-assignment" ubus data.

This can happen when the local address derived from a delegated prefix
matches an explicitly configured IPv6 address. Use a Set to ensure that
duplicate entries are filtered out before returning the address list.

Signed-off-by: Konstantin Glukhov <KGlukhov@Hotmail.com>
2026-03-16 22:04:55 +01:00
..