diff options
Diffstat (limited to 'rc.inet1')
-rw-r--r-- | rc.inet1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ done # set to 0 before that happens, so try to pre-load ipv6 here. if [ ! -e /proc/sys/net/ipv6 ]; then debug_log "/sbin/modprobe ipv6" - /sbin/modprobe ipv6 2>/dev/null + /sbin/modprobe -q ipv6 _DID_MODPROBE=1 fi # If we did any module loading in the blocks above, sleep for a couple of |