* Use the correct default IPv6 route on stan.
svn path=/configurations/trunk/tud/; revision=34713
Eelco Dolstra committed
Apr 11, 2013 at 11:13 UTC
a8189e81da344a3cb4dc53337babc42b305967ac
1 file changed
+1
-1
stan.nix
+1
-1
@@ -44,6 +44,6 @@
44
# configure manually. Apparently in newer kernels, we can set
45
# /proc/sys/net/ipv6/conf/all/accept_ra to 2 instead.
46
ip -6 addr add 2001:610:685:1:222:19ff:fe55:bf2e/64 dev veno1 || true
47
- ip -6 route add default via fe80::219:d1ff:fe19:28bf dev veno1 || true
47
+ ip -6 route add default via fe80::204:23ff:fedf:f7bf dev veno1 || true
48
'';
49
}