summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2014-02-27 12:48:12 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2014-02-27 13:48:48 +0100
commitbcca0a027786c0d23f3f70c9f21b3332f41786e1 (patch)
tree5fbd7b516753e23e2a8785d9730c2a86f692ca38 /docs
parent05959bbbae46724d9abe1c32ca69eaaf2ca20722 (diff)
downloadnetctl-bcca0a027786c0d23f3f70c9f21b3332f41786e1.tar.gz
netctl-bcca0a027786c0d23f3f70c9f21b3332f41786e1.tar.xz
Add option to bypass Duplicate Address Detection
After several requests, here is SkipDAD to bypass Duplicate Address Detection.
Diffstat (limited to 'docs')
-rw-r--r--docs/netctl.profile.5.txt12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/netctl.profile.5.txt b/docs/netctl.profile.5.txt
index 74bbc6d..dfc13bb 100644
--- a/docs/netctl.profile.5.txt
+++ b/docs/netctl.profile.5.txt
@@ -180,16 +180,16 @@ network. In particular, these connection types are +ethernet+,
Maximum time, in seconds, to wait for IPv6's Duplicate Address
Detection to succeed. Defaults to `++3++'.
+'SkipDAD='::
+ Whether or not to bypass Duplicate Address Detection altogether.
+ Defaults to `++no++'.
+
OPTIONS FOR `ethernet' CONNECTIONS
----------------------------------
Next to the *ip options*, the following are understood for connections
of the `ethernet' type:
-'SkipNoCarrier='::
- Whether or not the absence of a carrier (plugged-in cable) is
- acceptable. Defaults to `++no++'.
-
'Auth8021X='::
Set to `++yes++' to use 802.1x authentication.
@@ -209,6 +209,10 @@ of the `ethernet' type:
Maximum time, in seconds, to wait for 802.1x authentication to
succeed. Defaults to `++15++'.
+'SkipNoCarrier='::
+ Whether or not the absence of a carrier (plugged-in cable) is
+ acceptable. Defaults to `++no++'.
+
OPTIONS FOR `wireless' CONNECTIONS
----------------------------------