Bug 90647
Summary: | ipt_MASQUERADE has bogus dependancy to ipchains.o | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux Beta | Reporter: | Pekka Pietikäinen <pp> |
Component: | kernel | Assignee: | Arjan van de Ven <arjanv> |
Status: | CLOSED DUPLICATE | QA Contact: | Brian Brock <bbrock> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | alpha 3 | CC: | aoliva, gt, wtogami |
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: | 2006-02-21 18:52:58 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: |
Description
Pekka Pietikäinen
2003-05-11 21:42:28 UTC
fix: change modules dependencies from /lib/modules/2.4.20-1.1992smp/kernel/net/ipv4/netfilter/ipt_MASQUERADE.o: /lib/modules/2.4.20-1.1992smp/kernel/net/ipv4/netfilter/ipchains.o \ /lib/modules/2.4.20-1.1992smp/kernel/net/ipv4/netfilter/ip_conntrack.o \ /lib/modules/2.4.20-1.1992smp/kernel/net/ipv4/netfilter/ip_tables.o to /lib/modules/2.4.20-1.1992smp/kernel/net/ipv4/netfilter/ipt_MASQUERADE.o: /lib/modules/2.4.20-1.1992smp/kernel/net/ipv4/netfilter/iptable_nat.o \ /lib/modules/2.4.20-1.1992smp/kernel/net/ipv4/netfilter/ip_conntrack.o \ /lib/modules/2.4.20-1.1992smp/kernel/net/ipv4/netfilter/ip_tables.o Still present in 2.4.20-20.1.2013.nptl I just compiled 2.4.21 + acpi + swsusp and it has the same problem. I am using the same config file (execpt for acpi turned on), so either this is a config problem or it is in one of the patches 600 or above (I removed all patches before 600 to make swsusp happy) Same bug has been reported as a public bug later -> make this one public and a duplicate of that one *** This bug has been marked as a duplicate of 98241 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |