From: Yu Watanabe Date: Fri, 13 Jun 2025 08:12:19 +0000 (+0900) Subject: network/dhcpv4: add ability to use BOOTP (#34888) X-Git-Tag: v258-rc1~328 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3b7e6306838ca3f75fac3c6e91c35d2cd07fdd2;p=thirdparty%2Fsystemd.git network/dhcpv4: add ability to use BOOTP (#34888) BOOTP can be used to sign a static IP to clients. Instead of using the four message exchange, and Option 53 (DHCP Message Type) there is only a two message exchange. Add the following network option to enable BOOTP: [DHCPv4] BOOTP=yes This will allow a two message request / reply sequence that doesn't require DHCP message types. Fixes: #34885 --- d3b7e6306838ca3f75fac3c6e91c35d2cd07fdd2