diff options
author | Robby Workman <rworkman@slackware.com> | 2019-11-15 00:05:38 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2019-11-15 00:06:27 -0600 |
commit | 99bb15d2b205a8830167cfde4f490c0b561fd347 (patch) | |
tree | 7400b8cc6d55ce66e11fad8a2038def163d0f58b /modprobe.d | |
parent | 66cd4885c4b60e56488e6e659b3f22969ec74432 (diff) | |
download | slacknetsetup-99bb15d2b205a8830167cfde4f490c0b561fd347.tar.xz |
Fix up 'ipv6' modprobe config to match others
Diffstat (limited to 'modprobe.d')
-rw-r--r-- | modprobe.d/ipv6.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modprobe.d/ipv6.conf b/modprobe.d/ipv6.conf index 220f865..a0395a5 100644 --- a/modprobe.d/ipv6.conf +++ b/modprobe.d/ipv6.conf @@ -1,2 +1,8 @@ +############################################################################## +# Do not edit this file; instead, copy it to /etc/modprobe.d/ and edit that +############################################################################## +# +# Disable IPv6 auto configuration (SLAAC) by default +# options ipv6 autoconf=0 options net-pf-10 autoconf=0 |