]> git.ipfire.org Git - thirdparty/systemd.git/commit
dhcp: drop unused functions and macros
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 8 Apr 2026 19:21:13 +0000 (04:21 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 22 May 2026 14:06:53 +0000 (23:06 +0900)
commitdb8f504afbfa7c56735c41f29fce5c8e6e7be23e
tree4bf5348652f63aa0974ddaa5465ed6c26536f7b6
parentf1c47ab00ba80a0cda033ac10a6885413a492594
dhcp: drop unused functions and macros

This removes the legacy functions for manipulating DHCP message.

This also moves the definition of struct sd_dhcp_message into
dhcp-message.h.
14 files changed:
src/libsystemd-network/dhcp-lease-internal.h
src/libsystemd-network/dhcp-message.h
src/libsystemd-network/dhcp-network.c [deleted file]
src/libsystemd-network/dhcp-network.h [deleted file]
src/libsystemd-network/dhcp-option.c [deleted file]
src/libsystemd-network/dhcp-option.h [deleted file]
src/libsystemd-network/dhcp-packet.c [deleted file]
src/libsystemd-network/dhcp-packet.h [deleted file]
src/libsystemd-network/dhcp-protocol.h
src/libsystemd-network/dhcp-server-internal.h
src/libsystemd-network/meson.build
src/libsystemd-network/sd-dhcp-lease.c
src/libsystemd-network/sd-dhcp-server.c
src/libsystemd-network/test-dhcp-option.c [deleted file]