system: Don't accept ipv6 router advertisements.
[matthijs/servers/tika.git] / etc / sysctl.d / ipv6.conf
1 # Disable listening to routing advertisements on ipv6. The coloclue network
2 # doesn't use them, so this prevents us from getting messed up when someone
3 # else accidentally starts sending ras. Just setting default and all to 0
4 # doesn't seem to work, so really disable all of them.
5 net.ipv6.conf.all.accept_ra=0
6 net.ipv6.conf.default.accept_ra=0
7 net.ipv6.conf.eth0.accept_ra=0