system: Don't accept ipv6 router advertisements.
[matthijs/servers/drsnuggles.git] / etc / sysctl.conf
1 # /etc/sysctl.conf - Configuration file for setting system variables
2 # See /etc/sysctl.d/ for additonal system variables
3 # See Documentation/sysctl and Documentation/net/ip-sysctl.txt for more info on
4 # the meaning of vars.
5
6 # Disable listening to routing advertisements on ipv6. The coloclue network
7 # doesn't use them, so this prevents us from getting messed up when someone
8 # else accidentally starts sending ras.
9 net.ipv6.conf.all.accept_ra=0                                                                                                                 
10 net.ipv6.conf.default.accept_ra=0