]> git.ipfire.org Git - thirdparty/systemd.git/commit
dhcp-message: introduce dhcp_message_{append,get}_option_string()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 19 Apr 2026 05:41:29 +0000 (14:41 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 12 May 2026 15:27:49 +0000 (00:27 +0900)
commit1c4ee9e96993d213917c58c5d6ff5578c59311ed
tree5593cf7081553e864bcdf1dc2197e6e2912c5b00
parent174a61135cad747dfcaa66bb9312fe63e94a8364
dhcp-message: introduce dhcp_message_{append,get}_option_string()

These are for DHCP options that takes a string e.g. DHCP options
17 (root path), 60 (vendor class identifier), and so on.
src/libsystemd-network/dhcp-message.c
src/libsystemd-network/dhcp-message.h
src/libsystemd-network/test-dhcp-message.c