mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 06:49:18 -04:00
- Prevent config overwrite by using @sample keyword [2] PR: 194486 [1], 194449 [2] Submitted by: maintainer [1], guyyur@gmail.com [2] Approved by: maintainer [2]
16 lines
541 B
Text
16 lines
541 B
Text
Disable private SLAAC addresses as that would cause dhcpcd to own the routes
|
|
by default.
|
|
|
|
See http://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194485
|
|
|
|
--- dhcpcd.conf.orig 2014-10-20 14:32:57.000000000 +0100
|
|
+++ dhcpcd.conf 2014-10-20 14:33:37.000000000 +0100
|
|
@@ -34,7 +34,7 @@
|
|
require dhcp_server_identifier
|
|
|
|
# Generate Stable Private IPv6 Addresses instead of hardware based ones
|
|
-slaac private
|
|
+#slaac private
|
|
|
|
# A hook script is provided to lookup the hostname if not set by the DHCP
|
|
# server, but it should not be run by default.
|