diff options
author | Vinay Kulkarni <vskibum@gmail.com> | 2016-03-09 21:58:44 -0800 |
---|---|---|
committer | Vinay Kulkarni <vskibum@gmail.com> | 2016-03-09 21:58:44 -0800 |
commit | c83321e6d40b294e73e2881e4a98172c4244323b (patch) | |
tree | 631e97f505c07f8ece1141e2cac66dbc1fe52cd3 /man/systemd.network.xml | |
parent | bd7e03af007c4e857ed0370eba9e903d6b561937 (diff) |
DHCP DUID and IAID configurability
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r-- | man/systemd.network.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 752a15a4e0..c6bbb95833 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -204,6 +204,12 @@ understood to the base of 1024.</para> </listitem> </varlistentry> + <varlistentry> + <term><varname>IAIDValue=</varname></term> + <listitem> + <para>Identity Association Identifier for the interface. This is a 32-bit value specified in host byte order.</para> + </listitem> + </varlistentry> </variablelist> </refsect1> |