]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
DHCP: Put the message type option first dhcp_option_order
authorRoy Marples <roy@marples.name>
Thu, 19 Jun 2025 09:15:20 +0000 (10:15 +0100)
committerRoy Marples <roy@marples.name>
Thu, 19 Jun 2025 09:15:20 +0000 (10:15 +0100)
commit90811d9656076796557f47749815f2eb3157c0cc
treed2cc278a84ae3828d55647dc80d4366a21a7170c
parent226a68edb9ac8b8178378e069eee82f6366ee329
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 #511.
src/dhcp.c