From: Roy Marples Date: Mon, 9 Oct 2017 09:28:03 +0000 (+0100) Subject: Update README from dhcpcd.conf X-Git-Tag: v7.0.0-rc4~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a549708176b93082025aec1e69e5655d2885428;p=thirdparty%2Fdhcpcd.git Update README from dhcpcd.conf --- 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 ```