[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)
- 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>

No differences found