summaryrefslogtreecommitdiff
path: root/src/core/kmod-setup.c
diff options
context:
space:
mode:
authorDaniel Mack <daniel@zonque.org>2015-06-05 14:59:36 +0200
committerDaniel Mack <daniel@zonque.org>2015-06-05 14:59:36 +0200
commitb4aa82f168913b7bff42017023b43933b3aa0d24 (patch)
tree2b8885e589c8febdf8c0729ab1a79efa559e157c /src/core/kmod-setup.c
parent5e29ba7a5cce2d8479759b60c0079df095d75729 (diff)
kmod-setup: don't warn when ipv6 can't be loaded
Not having IPv6 is a valid setup. Let's not print a warning in that case. Addresses: https://bugs.freedesktop.org/show_bug.cgi?id=87475
Diffstat (limited to 'src/core/kmod-setup.c')
-rw-r--r--src/core/kmod-setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kmod-setup.c b/src/core/kmod-setup.c
index 6cc5951719..96379058a1 100644
--- a/src/core/kmod-setup.c
+++ b/src/core/kmod-setup.c
@@ -60,7 +60,7 @@ int kmod_setup(void) {
{ "autofs4", "/sys/class/misc/autofs", true, NULL },
/* early configure of ::1 on the loopback device */
- { "ipv6", "/sys/module/ipv6", true, NULL },
+ { "ipv6", "/sys/module/ipv6", false, NULL },
/* this should never be a module */
{ "unix", "/proc/net/unix", true, NULL },