diff options
author | Darren 'Tadgy' Austin <darren@afterdark.org.uk> | 2019-11-12 05:56:19 +0000 |
---|---|---|
committer | Darren 'Tadgy' Austin <darren@afterdark.org.uk> | 2019-11-12 05:56:19 +0000 |
commit | b45bac6044a3e39ea591bdb9c32ae6d7b2ec86cf (patch) | |
tree | b9aae28f0236443021a0e4ea7736eac9b24a7157 /modprobe.d/ipv6.conf | |
parent | 96365c0cf1e0e3ff852e0ec496702b856f64dfbd (diff) | |
download | slacknetsetup-b45bac6044a3e39ea591bdb9c32ae6d7b2ec86cf.tar.xz |
Add example ipv6.conf for the modprobe.d directory.
Diffstat (limited to 'modprobe.d/ipv6.conf')
-rw-r--r-- | modprobe.d/ipv6.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modprobe.d/ipv6.conf b/modprobe.d/ipv6.conf new file mode 100644 index 0000000..220f865 --- /dev/null +++ b/modprobe.d/ipv6.conf @@ -0,0 +1,2 @@ +options ipv6 autoconf=0 +options net-pf-10 autoconf=0 |