netfilter: fix Kconfig dependencies
authorPatrick McHardy <kaber@trash.net>
Fri, 14 Jan 2011 12:36:42 +0000 (13:36 +0100)
committerPatrick McHardy <kaber@trash.net>
Fri, 14 Jan 2011 12:36:42 +0000 (13:36 +0100)
commitc7066f70d9610df0b9406cc635fc09e86136e714
treece98855b2c1ba2da15b7b47fc7a447d1903c4d89
parentae90bdeaeac6b964b7a1e853a90a19f358a9ac20
netfilter: fix Kconfig dependencies

Fix dependencies of netfilter realm match: it depends on NET_CLS_ROUTE,
which itself depends on NET_SCHED; this dependency is missing from netfilter.

Since matching on realms is also useful without having NET_SCHED enabled and
the option really only controls whether the tclassid member is included in
route and dst entries, rename the config option to IP_ROUTE_CLASSID and move
it outside of traffic scheduling context to get rid of the NET_SCHED dependeny.

Reported-by: Vladis Kletnieks <Valdis.Kletnieks@vt.edu>
Signed-off-by: Patrick McHardy <kaber@trash.net>
include/net/dst.h
include/net/ip_fib.h
net/ipv4/Kconfig
net/ipv4/fib_rules.c
net/ipv4/fib_semantics.c
net/ipv4/ip_input.c
net/ipv4/route.c
net/netfilter/Kconfig
net/sched/Kconfig
net/sched/cls_flow.c
net/sched/em_meta.c