]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-link.c
dhcp4: introduce new option 'duid-only' for ClientIdentifier= (#8350)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 12 Mar 2018 16:18:07 +0000 (01:18 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 12 Mar 2018 16:18:07 +0000 (17:18 +0100)
commitdace710c4a1edc5b95a04b075a67fb131085d799
treedaa5ab69cb8eccefdc99d5210e124e24acf8b510
parent6910dceef2a076064dae29df75abccac53a144d2
dhcp4: introduce new option 'duid-only' for ClientIdentifier= (#8350)

This makes users can configure DHCPv4 client with ClientIdentifier=duid-only.
If set so, then DHCP client sends only DUID as the client identifier.
This may not be RFC compliant, but some setups require this.

Closes #7828.
man/systemd.network.xml
src/libsystemd-network/sd-dhcp-client.c
src/network/networkd-dhcp4.c
src/network/networkd-link.c
src/network/networkd-network.c
src/network/networkd-network.h
src/systemd/sd-dhcp-client.h