summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'
+