luci-mod-network,-status: show DHCPv6 lease IAID
authorDavid Härdeman <[email protected]>
Tue, 16 Sep 2025 16:27:56 +0000 (18:27 +0200)
committerPaul Donald <[email protected]>
Mon, 22 Sep 2025 16:16:07 +0000 (18:16 +0200)
commit19057e3760da6b3263c8512609b91044ed27eb17
tree281bb8a6cfc7cbeec663e7363ee1509cab193e5d
parent7f8a6b701ef1f9606823fb54c51a4a094827c265
luci-mod-network,-status: show DHCPv6 lease IAID

The IAID is important information as it allows the user to know which
interface on the client device a given DHCPv6 lease corresponds to.
odhcpd already exposes this information (e.g. via "ubus call dhcp
ipv6leases"), but it would be good to have access to the same
information via the web interface, especially since odhcpd does take the
IAID into account when allocating addresses.

Signed-off-by: David Härdeman <[email protected]>
libs/rpcd-mod-luci/src/luci.c
modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js
modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js