1
23.7 Legacy Series / [Fixed]dhcp add static button redirects to index
« on: August 26, 2023, 12:03:48 am »
i am on 23.7.2
In the DHCP lease list, the "+" button is not working anymore
my interface is called vlan_10.
the button links to
i checked for javascript errors but i dont see anything on the browser side that may be wrong.
for me, it seems like its using the wrong column from the interface assignments...
am i missing something?
In the DHCP lease list, the "+" button is not working anymore
my interface is called vlan_10.
the button links to
Code: [Select]
services_dhcp_edit.php?if=lagg0_vlan10&mac=[REDACTED]&hostname=[REDACTED]the correct link should be going to "opt2":Code: [Select]
services_dhcp_edit.php?if=opt2&mac=[REDACTED]&hostname=[REDACTED]i checked for javascript errors but i dont see anything on the browser side that may be wrong.
for me, it seems like its using the wrong column from the interface assignments...
am i missing something?

