blob: 37600f3ceaf1f76db12ec109755e967a0c8996e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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.
|