22 Feb
2018
22 Feb
'18
8:52 a.m.
On Feb 21, 2018, at 7:01 PM, Chaigneau, Nicolas <nicolas.chaigneau@capgemini.com> wrote:
Although an ethernet address is indeed on 6 bytes, the DHCP field "chaddr" is padded to 16 characters with zeroes. I've fixed this by restoring these lines here:
https://github.com/FreeRADIUS/freeradius-server/blob/05e6c40d9319e6fec179101...
case FR_TYPE_ETHERNET: memcpy(vp->vp_ether, p, sizeof(vp->vp_ether)); break;
I've pushed a fix, thanks. Alan DeKok.