diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-05-06 17:04:05 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-05-06 17:04:05 +0200 |
commit | d05def163ea09bc2e617703546e5f9db95e27e5b (patch) | |
tree | 4d1f93265c89cecdebc044c69f52423f9a69d2ef /man | |
parent | baa9ecc1ee63bd5d31adc74f0021d27a65ff3e77 (diff) |
networkd: move the IAID configuration option into the [DHCP] section
It's only relevant to DHCP, and it should be where the DUID is configured too.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 3ee80a64a0..40e40b8308 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -207,12 +207,6 @@ </listitem> </varlistentry> <varlistentry> - <term><varname>IAID=</varname></term> - <listitem> - <para>Identity Association Identifier for the interface, a 32-bit unsigned integer.</para> - </listitem> - </varlistentry> - <varlistentry> <listitem> <para>Note that an interface without any static IPv6 addresses configured, and neither DHCPv6 nor IPv6LL enabled, shall be considered to have no IPv6 support. IPv6 will be @@ -868,6 +862,13 @@ </varlistentry> <varlistentry> + <term><varname>IAID=</varname></term> + <listitem> + <para>The DHCP Identity Association Identifier (IAID) for the interface, a 32-bit unsigned integer.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><varname>RequestBroadcast=</varname></term> <listitem> <para>Request the server to use broadcast messages before |