Bug 455569
| Summary: | [PATCH] Fixing NETWORKING_IPV6=no | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andreas Thienemann <andreas> | ||||
| Component: | initscripts | Assignee: | Bill Nottingham <notting> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 9 | CC: | rvokal | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-07-16 17:33:33 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Andreas Thienemann
2008-07-16 10:32:47 UTC
Created attachment 311938 [details]
Re-enable NETWORKING_IPV6 toggle
Won't help, as it can be autoloaded by the usage of various system calls that open a socket. If you want to disable IPv6, the only way to do it is: install ipv6 /bin/true in /etc/modprobe.conf, or a modprobe.d file. Nope, the correct way of preventing autoloading is an entry alias net-pf-10 off on modprobe.conf. This however depends on the documented NETWORKING_IPV6 parameter which suddenly stopped working. So I'd ask you to please reconsider your WONTFIX tag as this patch fixes said regression. |