]> git.ipfire.org Git - thirdparty/systemd.git/commit
dhcp: move definition of sd_dhcp_route and related functions to dhcp-route.[ch]
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 11 Apr 2026 19:50:05 +0000 (04:50 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 13 May 2026 00:41:24 +0000 (09:41 +0900)
commit08249b359bf697fe09330ea3c506ecdff2e78e6c
treee6fedf830efcdb275531fef2b3ae6ccfc14eb0c4
parente178adc6e167e4079adb35f41bf32d3aa0ebf69f
dhcp: move definition of sd_dhcp_route and related functions to dhcp-route.[ch]

This also renames arguments for storing results.
No functional change, just refactoring and preparation for later commits.
src/libsystemd-network/dhcp-lease-internal.h
src/libsystemd-network/dhcp-route.c [new file with mode: 0644]
src/libsystemd-network/dhcp-route.h [new file with mode: 0644]
src/libsystemd-network/meson.build
src/libsystemd-network/network-internal.c
src/libsystemd-network/sd-dhcp-lease.c
src/network/test-network.c
src/systemd/sd-dhcp-lease.h