Line 0
Link Here
|
|
|
1 |
Disable private SLAAC addresses as that would cause dhcpcd to own the routes |
2 |
by default. |
3 |
|
4 |
See http://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194485 |
5 |
|
6 |
--- dhcpcd.conf.orig 2014-10-20 14:32:57.000000000 +0100 |
7 |
+++ dhcpcd.conf 2014-10-20 14:33:37.000000000 +0100 |
8 |
@@ -34,7 +34,7 @@ |
9 |
require dhcp_server_identifier |
10 |
|
11 |
# Generate Stable Private IPv6 Addresses instead of hardware based ones |
12 |
-slaac private |
13 |
+#slaac private |
14 |
|
15 |
# A hook script is provided to lookup the hostname if not set by the DHCP |
16 |
# server, but it should not be run by default. |