From ebba8a223cf0760c80aa0f7645cc7ab7a1599348 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Sun, 8 Apr 2018 12:22:58 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- dhcpcd.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dhcpcd.conf b/dhcpcd.conf index aeba3567..537ed77b 100644 --- a/dhcpcd.conf +++ b/dhcpcd.conf @@ -26,13 +26,16 @@ option rapid_commit # A list of options to request from the DHCP server. option domain_name_servers, domain_name, domain_search, host_name option classless_static_routes -# Most distributions have NTP support. -option ntp_servers # Respect the network MTU. This is applied to DHCP routes. option interface_mtu +# Most distributions have NTP support. +#option ntp_servers + # 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 -- 2.39.5