diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-08-22 07:12:10 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-08-24 12:50:36 +0200 |
commit | 6ed69be98aa1e1bb7f431cfdb0852b82b126f96b (patch) | |
tree | 598dbf3c6f47290c2d83029ff1de661963063e08 /man | |
parent | hostname: Make sure we pass error to bus_verify_polkit_async() (diff) | |
download | systemd-6ed69be98aa1e1bb7f431cfdb0852b82b126f96b.tar.xz systemd-6ed69be98aa1e1bb7f431cfdb0852b82b126f96b.zip |
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.
Diffstat (limited to 'man')
-rw-r--r-- | man/networkd.conf.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/man/networkd.conf.xml b/man/networkd.conf.xml index 9fa925e85c..bf597cac2e 100644 --- a/man/networkd.conf.xml +++ b/man/networkd.conf.xml @@ -139,13 +139,6 @@ </varlistentry> <varlistentry> - <term><option>custom</option></term> - <listitem><para>If <literal>DUIDType=custom</literal>, then the <literal>DUIDRawData=</literal> value will - used be as custom identifier. If <literal>DUIDType=custom</literal> is specified then the - <literal>DUIDRawData=</literal> key is mandatory. Note it applies only on DHCPv6 clients.</para></listitem> - </varlistentry> - - <varlistentry> <term><option>uuid</option></term> <listitem><para>If <literal>DUIDType=uuid</literal>, and <varname>DUIDRawData=</varname> is not set, then the product UUID is used as a DUID value. If a system does not have valid product UUID, then |