]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Update README from dhcpcd.conf
authorRoy Marples <roy@marples.name>
Mon, 9 Oct 2017 09:28:03 +0000 (10:28 +0100)
committerRoy Marples <roy@marples.name>
Mon, 9 Oct 2017 09:28:03 +0000 (10:28 +0100)
README.md

index 5cdd574b59020b5f10be54f7f492fc31e7302875..f5c40a9f123be1caf69cfafb6503dc15765a83db 100644 (file)
--- 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
 ```