man/systemd.network: DHCP defaults to "no" (#6423)

Code at: /src/network/networkd-network.c#L160
This commit is contained in:
Lion Yang 2017-07-21 15:21:30 -05:00 committed by Zbigniew Jędrzejewski-Szmek
parent e223f7998d
commit c702bd3b69
1 changed files with 2 additions and 1 deletions

View File

@ -271,7 +271,8 @@
<listitem>
<para>Enables DHCPv4 and/or DHCPv6 client support. Accepts
<literal>yes</literal>, <literal>no</literal>,
<literal>ipv4</literal>, or <literal>ipv6</literal>.</para>
<literal>ipv4</literal>, or <literal>ipv6</literal>. Defaults
to <literal>no</literal>.</para>
<para>Note that DHCPv6 will by default be triggered by Router
Advertisement, if that is enabled, regardless of this parameter.