luci icon indicating copy to clipboard operation
luci copied to clipboard

luci-mod-status: split dhcp status in dhcp and dhcpv6 includes

Open Ansuel opened this issue 2 years ago • 6 comments

Split dhcp status in separate dhcp and dhcpv6 includes to tidy code up and better organize them instead of defining multiple table and define an empty title for the include file.

Ansuel avatar Nov 21 '23 19:11 Ansuel

error:

ReferenceError machints is not defined

zdz2019 avatar Dec 02 '23 01:12 zdz2019

test

zdz2019 avatar Dec 02 '23 01:12 zdz2019

@Ansuel could you address this machints problem please?

systemcrash avatar Dec 04 '23 15:12 systemcrash

This will request the DHCP lease information twice and duplicate the processing effort on the server side. If this is touched anyway, I'd propose a radically different way... merge DHCP and DHCPv6 tables (along with potential other information sources such as associated stations, arp and ndp neighbors as well as umdns) into a unified "connected clients/hosts/devices" display.

jow- avatar Dec 07 '23 10:12 jow-

@jow- would be ok to unify ipv6 and ipv4 for now?

To do this we would have to change the ipv4 and ipv6 address column to "Address" and the mac address and DUID to an unified column.

Is it correct?

Ansuel avatar Dec 09 '23 15:12 Ansuel