changeset 4160:4746922d79a3 draft

Update README from dhcpcd.conf
author Roy Marples <roy@marples.name>
date Mon, 09 Oct 2017 10:28:03 +0100
parents 0fe64cf2e15a
children a40c7c100a45
files README.md
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Sat Oct 07 14:47:11 2017 +0100
+++ b/README.md	Mon Oct 09 10:28:03 2017 +0100
@@ -72,7 +72,9 @@
 # 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
 ```