summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémy Oudompheng <remy@archlinux.org>2011-06-19 20:11:41 +0200
committerRémy Oudompheng <remy@archlinux.org>2011-06-19 20:11:41 +0200
commit9bc6048581da6278fb1803df5baa3ae8f2c73cd8 (patch)
tree57a179496b4664723fab7a3f184c58a4764a8175
parent7b8f5c09bc96c7da27090069d17c17c09de057dd (diff)
downloadnetctl-9bc6048581da6278fb1803df5baa3ae8f2c73cd8.tar.gz
netctl-9bc6048581da6278fb1803df5baa3ae8f2c73cd8.tar.xz
Update documentation for ethernet mode
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
-rw-r--r--docs/ethernet2
-rw-r--r--examples/ethernet-dhcp3
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/ethernet b/docs/ethernet
index 09877c8..b328660 100644
--- a/docs/ethernet
+++ b/docs/ethernet
@@ -26,7 +26,7 @@ IFOPTS (deprecated, requires IP of 'static')
: Arguments to pass to 'ifconfig'. This allows you to use the syntax for the older 'ifconfig' tool. Retained for compatability.
## IPv6 options
IP6 (required for IPv6)
-: Either 'dhcp', 'dhcp-noaddr', 'stateless', 'static'.
+: Either 'dhcp', 'dhcp-noaddr', 'stateless', 'static'. Leave unset to disable IPv6.
ADDR6 (required for IP6=static)
: An array of IPv6 addresses: prefix length may be specified via '1234:bcd::11/64' syntax.
GATEWAY6 (for IP6=static)
diff --git a/examples/ethernet-dhcp b/examples/ethernet-dhcp
index 7b0a1b5..0719632 100644
--- a/examples/ethernet-dhcp
+++ b/examples/ethernet-dhcp
@@ -4,3 +4,6 @@ INTERFACE='eth0'
IP='dhcp'
## for DHCPv6
#IP6='dhcp'
+## for IPv6 autoconfiguration
+#IP6='stateless'
+