2 Dec
2020
2 Dec
'20
9:23 a.m.
On Dec 2, 2020, at 5:36 AM, Chaigneau, Nicolas via Freeradius-Devel <freeradius-devel@lists.freeradius.org> wrote:
One minor issue that I noticed. I think the following commit had an unintended renaming of DHCP attribute « DHCP-Requested-IP-Address » :
https://github.com/FreeRADIUS/freeradius-server/commit/155fe50caa079def1bd92...
It is now :
ATTRIBUTE Requested-IP-Address 50 ipaddr
I assume a global sed on « DHCP-Request » caused this change.
Yes. I've pushed a fix. To be honest, now that we have protocol-specific namespaces, there's no need to prefix all of the DHCP option names with "DHCP-". So we'll go fix that soon, too. Alan DeKok.