]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[NETFILTER]: fixed dependencies between modules related with ip_conntrack
authorYasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Mon, 21 Nov 2005 05:09:55 +0000 (21:09 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Nov 2005 05:09:55 +0000 (21:09 -0800)
commit2b8f2ff6f4c11fff9c3016b54fa261f522a54b70
tree0bc88eba499802034b23580088b520c133ce7fcf
parentc9e53cbe7ad6eabb3c7c5140b6127b4e5f9ee840
[NETFILTER]: fixed dependencies between modules related with ip_conntrack

- IP_NF_CONNTRACK_MARK is bool and depends on only IP_NF_CONNTRACK
  which is tristate. If a variable depends on IP_NF_CONNTRACK_MARK and
  doesn't care about IP_NF_CONNTRACK, it can be y. This must be avoided.
- IP_NF_CT_ACCT has same problem.
- IP_NF_TARGET_CLUSTERIP also depends on IP_NF_MANGLE.

Signed-off-by: Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/Kconfig