diff options
author | Tom Gundersen <teg@jklm.no> | 2016-03-10 14:38:42 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2016-03-10 14:38:42 +0100 |
commit | ead02a14ede96738250c3aac83adf9ecc1b7e2f1 (patch) | |
tree | 2c5a91b5102fe014299ef15f86f30ee3569fe260 /man/systemd.network.xml | |
parent | 79c96fd20457f208c752506030295b4cf64a2994 (diff) | |
parent | c83321e6d40b294e73e2881e4a98172c4244323b (diff) |
Merge pull request #2818 from vinaykul/master
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> |