From 99bb15d2b205a8830167cfde4f490c0b561fd347 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Fri, 15 Nov 2019 00:05:38 -0600 Subject: Fix up 'ipv6' modprobe config to match others --- modprobe.d/ipv6.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3