Skip to content

dhcpv4: allow client-ids up to 255 bytes length

Antonio Cardace requested to merge ac/dhcpv4_clientid into master

client identifiers were truncated to 133 bytes which is an arbitrary number first chosen by systemd's DHCP implementation, the actual maximum length for the option is 255 bytes.

Merge request reports

Loading