]> git.ipfire.org Git - thirdparty/systemd.git/commit
dhcp: relocate type field
authorColin Foster <colin.foster@in-advantage.com>
Wed, 11 Jun 2025 10:50:20 +0000 (05:50 -0500)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 13 Jun 2025 04:35:21 +0000 (13:35 +0900)
commitbe40a31f5c7adbd27afcb55867494d8f691e7899
tree7b95ca18af8444f31af7ef94a9bcf47b7fd96192
parent984ae058dceada8c5577db395f74a57f179092fc
dhcp: relocate type field

The type field is a DHCP-specific parameter. Relocate the parameter so
there is a clearer separation between DHCP and BOOTP parameters.
src/libsystemd-network/dhcp-packet.c
src/libsystemd-network/dhcp-packet.h
src/libsystemd-network/sd-dhcp-client.c
src/libsystemd-network/sd-dhcp-server.c
src/libsystemd-network/test-dhcp-option.c