]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
DHCP: Put the message type option first
authorRoy Marples <roy@marples.name>
Thu, 19 Jun 2025 09:15:20 +0000 (10:15 +0100)
committerRoy Marples <roy@marples.name>
Tue, 2 Sep 2025 14:40:10 +0000 (15:40 +0100)
commit4b7065a78f75ec9d336ccd04ffec49a31ec9cf4d
treed103fe5816a93cf9b898e8237b905d2733668907
parent4dd7ebedbed49ea74bb9b601e4bef483e263698b
DHCP: Put the message type option first

There is no ordering requirement from any RFC other than the
recommendations in RFC 7844.
But it seems some DHCP servers really want the message type as
the first option.

Fixes #522.
src/dhcp.c