diff options
author | Tom Gundersen <teg@jklm.no> | 2015-10-20 14:59:27 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-10-20 14:59:27 +0200 |
commit | 14a081a0ff1db125ade7aea3540e5544fd3e57a9 (patch) | |
tree | 62786b58f26036a946779840bcd0fce39a3145eb /man | |
parent | c91960c5a04a3515c43f50a358588f056b8575a6 (diff) | |
parent | 44de7fb14f0fb5b8fe0f829f128c2c3e64114c0c (diff) |
Merge pull request #1538 from ssahani/ipv62
networkd: add support to configure IPv6 DAD
Diffstat (limited to 'man')
-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 1a33b77002..86a430682c 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -426,6 +426,12 @@ </listitem> </varlistentry> <varlistentry> + <term><varname>IPv6DuplicateAddressDetection=</varname></term> + <listitem><para>Configures amount of IPv6 Duplicate + Address Detection probes to se(DAD). Defaults to unset. + </para></listitem> + </varlistentry> + <varlistentry> <term><varname>Bridge=</varname></term> <listitem> <para>The name of the bridge to add the link to.</para> |