summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2017-10-09 10:28:03 +0100
committerRoy Marples <roy@marples.name>2017-10-09 10:28:03 +0100
commitcc5ebe2b7be8d95f1ceeb58f8425ee1f87ab93f4 (patch)
treefa22881896b2ca8013c26de8d4029aac49bbfdc4 /README.md
parent7b63dd964dcfd82ebfcf95a2336657ef220302c7 (diff)
downloaddhcpcd-cc5ebe2b7be8d95f1ceeb58f8425ee1f87ab93f4.tar.xz
Update README from dhcpcd.conf
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5cdd574b..f5c40a9f 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,9 @@ option interface_mtu
# A ServerID is required by RFC2131.
require dhcp_server_identifier
-# Generate Stable Private IPv6 Addresses instead of hardware based ones
+# Generate SLAAC address using the Hardware Address of the interface
+#slaac hwaddr
+# OR generate Stable Private IPv6 Addresses based from the DUID
slaac private
```