Mercurial > hg > dhcpcd
changeset 4156:77405b51f5ae draft
Document slaac hwaddr in the default dhcpcd.conf
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Sat, 07 Oct 2017 13:33:00 +0100 |
| parents | ce2dc42f0788 |
| children | fcab203e2630 |
| files | src/dhcpcd.conf |
| diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dhcpcd.conf Thu Oct 05 14:03:35 2017 +0100 +++ b/src/dhcpcd.conf Sat Oct 07 13:33:00 2017 +0100 @@ -35,5 +35,7 @@ # A ServerID is required by RFC2131. require dhcp_server_identifier -# Generate Stable Private IPv6 Addresses instead of hardware based ones +# Generate address using the Hardware Address of the interface +#slaac hwaddr +# OR generate Stable Private IPv6 Addresses based from the DUID slaac private
