Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128150 - netfilter modules missing in gentoo-sources-2.6.16-r1
Summary: netfilter modules missing in gentoo-sources-2.6.16-r1
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-30 11:23 UTC by Artur Brodowski
Modified: 2006-03-30 12:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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."