ports/net/dhcpcd/files/patch-dhcpcd.conf
Pawel Pekala d2a94f2424 - Update to version 6.5.1, add pkg-message [1]
- 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]
2014-11-04 17:59:53 +00:00

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.