Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 128150

Summary: netfilter modules missing in gentoo-sources-2.6.16-r1
Product: Gentoo Linux Reporter: Artur Brodowski <bzdurqa>
Component: [OLD] Core systemAssignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Artur Brodowski 2006-03-30 11:23:01 UTC
Compared to 2.6.15-r5, new kernel sources are missing quite important
iptables features:

.config:315:warning: trying to assign nonexistent symbol IP_NF_MATCH_LIMIT
.config:317:warning: trying to assign nonexistent symbol IP_NF_MATCH_MAC
.config:318:warning: trying to assign nonexistent symbol IP_NF_MATCH_PKTTYPE
.config:319:warning: trying to assign nonexistent symbol IP_NF_MATCH_MARK
.config:326:warning: trying to assign nonexistent symbol IP_NF_MATCH_LENGTH
.config:328:warning: trying to assign nonexistent symbol IP_NF_MATCH_TCPMSS
.config:329:warning: trying to assign nonexistent symbol IP_NF_MATCH_HELPER
.config:330:warning: trying to assign nonexistent symbol IP_NF_MATCH_STATE
.config:331:warning: trying to assign nonexistent symbol IP_NF_MATCH_CONNTRACK
.config:334:warning: trying to assign nonexistent symbol IP_NF_MATCH_REALM
.config:335:warning: trying to assign nonexistent symbol IP_NF_MATCH_SCTP
.config:336:warning: trying to assign nonexistent symbol IP_NF_MATCH_DCCP
.config:337:warning: trying to assign nonexistent symbol IP_NF_MATCH_COMMENT
.config:339:warning: trying to assign nonexistent symbol IP_NF_MATCH_STRING
.config:345:warning: trying to assign nonexistent symbol IP_NF_TARGET_NFQUEUE
.config:357:warning: trying to assign nonexistent symbol IP_NF_TARGET_MARK
.config:358:warning: trying to assign nonexistent symbol IP_NF_TARGET_CLASSIFY

Is this replaced by some other options?
Comment 1 Henrik Brix Andersen 2006-03-30 12:38:08 UTC
Yes, xtables (s/CONFIG_IP_NF/CONFIG_NETFILTER_XT/)

You should notice the new options when running "make oldconfig."