]> git.ipfire.org Git - thirdparty/systemd.git/commit
dhcp-message: introduce dhcp_message_{append,get}_option_hostname() and related functions 42047/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 19 Apr 2026 06:42:18 +0000 (15:42 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 12 May 2026 15:27:49 +0000 (00:27 +0900)
commit28423ea18ceeae387ec4a67229f525b62bddcc3d
treedc919fd1a80f4d59ae5022edc89ed58901d820ff
parentaa9584a0371a4e90b12869e7e7a945d46e4218b6
dhcp-message: introduce dhcp_message_{append,get}_option_hostname() and related functions

These are for DHCP options 12 (Hostname) and 81 (FQDN) options.
src/libsystemd-network/dhcp-message.c
src/libsystemd-network/dhcp-message.h
src/libsystemd-network/test-dhcp-message.c