Bug 727730 - ipv6 is built in to 2.6.40, cannot blacklist
Summary: ipv6 is built in to 2.6.40, cannot blacklist
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 15
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-08-03 03:48 UTC by Orion Poplawski
Modified: 2011-08-03 11:19 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-08-03 11:19:34 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Orion Poplawski 2011-08-03 03:48:57 UTC
Description of problem:

This probably really isn't a kernel problem, but I'm filing here to help highlight some problems people can face.  See bug 697149 for more info.  My DSL router cannot handle ipv6 domain requests and so if even a link level ipv6 address is present, I essentially have no network connectivity.  I'm currently working around it by blacklisting the ipv6 module.  This no longer works in 2.6.40 with IPV6 built into the kernel.  Perhaps there is another way to disable ipv6 completely.  Perhaps there is a better work around.  But in any case, I think this change will cause some people some problems.

Version-Release number of selected component (if applicable):
2.4.60-4.fc15

Comment 1 Neil Horman 2011-08-03 11:19:34 UTC
ipv6, like ipv4 is a integrated and required component of the operating system at this point, and therefore, built in.  If you don't need/want ipv6 functionality for a specific system, you can use the sysctl values in /proc/sys/net/ipv6/conf/ to disable ipv6 on specific interfaces or use the disable_ipv6 module option (which despite being a module option, is still recognized on the kernel command line as ipv6.disable_ipv6) to disable ipv6 entirely


Note You need to log in before you can comment on or make changes to this bug.