]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network/dhcpv4: add ability to use BOOTP (#34888)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 13 Jun 2025 08:12:19 +0000 (17:12 +0900)
committerGitHub <noreply@github.com>
Fri, 13 Jun 2025 08:12:19 +0000 (17:12 +0900)
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

Trivial merge