]> git.ipfire.org Git - thirdparty/systemd.git/commit
Revert "network: DHCP6 client- Allow to send manual DUID"
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 22 Aug 2023 05:12:10 +0000 (14:12 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 24 Aug 2023 10:50:36 +0000 (19:50 +0900)
commit6ed69be98aa1e1bb7f431cfdb0852b82b126f96b
tree598dbf3c6f47290c2d83029ff1de661963063e08
parentb56ee692334231f0312c2fd142b9f2a84da14ac9
Revert "network: DHCP6 client- Allow to send manual DUID"

This reverts commits 89e73ce86fb115c2e319bf9f28b63efad2975495 and
543d2a4d45ba199a62c87b3bf69dfd4ff55abf0c.

The commit assign "custom" to fixed DUID type 5. When making DUID fully
configurable, the type number should be also configurable. Also, the
fully custom DUID should be acceptable for DHCPv4.
man/networkd.conf.xml
src/libsystemd-network/dhcp-identifier.c
src/libsystemd-network/dhcp-identifier.h
src/libsystemd-network/sd-dhcp6-client.c
src/network/networkd-dhcp-common.c
src/network/networkd-dhcp6.c
test/test-network/conf/25-dhcp-client-ipv6-only-custom-client-identifier.network [deleted file]
test/test-network/systemd-networkd-tests.py