summaryrefslogtreecommitdiff
path: root/docs/_include
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-08-11 22:34:26 +0200
committerChristian Breunig <christian@breunig.cc>2023-08-11 22:34:26 +0200
commit11149e19ef744a30dcb761d2fcf1aadebed71574 (patch)
tree39db624073d9ad03485dae1bfd371d315db6cbba /docs/_include
parent5e4eadf0a118d8ca5d29ad39b0cef9ac2491b89c (diff)
downloadvyos-documentation-11149e19ef744a30dcb761d2fcf1aadebed71574.tar.gz
vyos-documentation-11149e19ef744a30dcb761d2fcf1aadebed71574.zip
T5464: ipv6: add support for per-interface dad (duplicate address detection) setting
Diffstat (limited to 'docs/_include')
-rw-r--r--docs/_include/interface-ipv6.txt32
1 files changed, 30 insertions, 2 deletions
diff --git a/docs/_include/interface-ipv6.txt b/docs/_include/interface-ipv6.txt
index eb60b4e8..0c222d80 100644
--- a/docs/_include/interface-ipv6.txt
+++ b/docs/_include/interface-ipv6.txt
@@ -67,6 +67,34 @@
.. hint:: MSS value = MTU - 40 (IPv6 header) - 20 (TCP header), resulting in
1432 bytes on a 1492 byte MTU.
-
- Instead of a numerical MSS value `clamp-mss-to-pmtu` can be used to
+
+ Instead of a numerical MSS value `clamp-mss-to-pmtu` can be used to
automatically set the proper value.
+
+.. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }}
+ {{ var5 }} {{ var6 }} ipv6 accept-dad <1-3>
+
+ Whether to accept DAD (Duplicate Address Detection).
+
+ - 0: Disable DAD
+ - 1: Enable DAD (default)
+ - 2: Enable DAD, and disable IPv6 operation if MAC-based duplicate link-local address has been found.
+
+ Example:
+
+ .. code-block:: none
+
+ set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} {{ var5 }} {{ var7 }} ipv6 accept-dad 2
+
+.. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }}
+ {{ var5 }} {{ var6 }} ipv6 dup-addr-detect-transmits <n>
+
+ The amount of Duplicate Address Detection probes to send.
+
+ Default: 1
+
+ Example:
+
+ .. code-block:: none
+
+ set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} {{ var5 }} {{ var7 }} ipv6 dup-addr-detect-transmits 5