On 21.12.2011 17:27, Michael Cronenworth wrote:
> Reindl Harald wrote:
>> [root@srv-rhsoft:~]$ cat /etc/modprobe.d/disable-ipv6.conf
>> options ipv6 disable=1
>> options net-pf-10 disable=1
> 
> The ipv6 module is now built-in to the kernel. This won't work.

this DOES work because it did never prevent load the module
it DISABLES ipv6
_________________________________

THIS does prevent the module to load currently until F15
F16 i have not running anywhere this time

CAUTION; do not use this variant on latest kernels
if you need bridged-networking!

[root@arrakis:~]$ cat /etc/modprobe.d/disable-ipv6.conf
blacklist ipv6
blacklist net-pf-10
install net-pf-10 /bin/true
install ipv6 /bin/true

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to