Skip to content

Conversation

@swhite2
Copy link
Member

@swhite2 swhite2 commented Dec 30, 2025

  • Includes a migration.
  • The LLT and LL DUID generation used to calculate based on the MAC of the remote client currently connected to the webgui. I believe this is wrong (and in a lot of cases it won't be in the ARP/NDP table), as the DUID is supposed to be the system-wide unique identifier, so it now picks the system primary interface:
$primary_if = get_primary_interface_from_list();
$system_mac = get_interface_mac(get_real_interface($primary_if));

Closes #9141

@swhite2 swhite2 self-assigned this Dec 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

interfaces: convert settings page to MVC/API

2 participants