]> git.ipfire.org Git - thirdparty/systemd.git/commit
dhcp-message: add SIP server option support
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 19 Apr 2026 07:09:10 +0000 (16:09 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 13 May 2026 00:41:24 +0000 (09:41 +0900)
commite178adc6e167e4079adb35f41bf32d3aa0ebf69f
treec47cd5e0c0f1500bb9327d7ff836fc342e094f5e
parentc588c311445a23b9ddc6b9647918e35be3b31991
dhcp-message: add SIP server option support

The DHCP option 120 (SIP server) option takes a list of addresses or
domain names, and the first byte in the data classifies which type is
stored. Let's extend _addresses() and _domains() to make them support
the SIP server option.
src/libsystemd-network/dhcp-message.c
src/libsystemd-network/test-dhcp-message.c