]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-dhcp-protocol: rename DHCP option 43, 124, and 125
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 27 Apr 2026 02:38:25 +0000 (11:38 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 12 May 2026 11:06:28 +0000 (20:06 +0900)
commit47747cd2129b750ae519c0803d01cc96ce9e3100
treeb09cfa514b9ac700f9666c33716af39d5847653d
parent0b8b2af657335bde186aaa9ee1877e3e924dedac
sd-dhcp-protocol: rename DHCP option 43, 124, and 125

There are four DHCP options with confusing names:
Option 43: Vendor-Specific Information
Option 60: Vendor Class Identifier
Option 124: Vendor-Identifying Vendor Class
Option 125: Vendor-Identifying Vendor-Specific Information

Let's use their full names for their corresponding enums.
src/libsystemd-network/dhcp-option.c
src/libsystemd-network/dhcp-protocol.c
src/libsystemd-network/sd-dhcp-client.c
src/libsystemd-network/sd-dhcp-lease.c
src/libsystemd-network/sd-dhcp-server.c
src/systemd/sd-dhcp-protocol.h