ipt_ACCOUNT: (tomj) support for 2.6.22
[ipt_ACCOUNT] / linux-2.6 / net / ipv4 / netfilter / Kconfig.ladd
CommitLineData
3fb0d0cc
TJ
1config IP_NF_TARGET_ACCOUNT
2 tristate "ACCOUNT target support"
3 depends on IP_NF_IPTABLES
4 ---help---
5 The ACCOUNT target is a high performance accounting system for local networks.
6 It takes two parameters: --addr network/netmask and --tname NAME.
7
8 --addr is the subnet which is accounted for
9 --tname is the table name where the information is stored
10
11 The data can be queried later using the libipt_ACCOUNT userspace library
12 or by the "iptaccount" tool which is part of the libipt_ACCOUNT package.
13
14 A special subnet is "0.0.0.0/0": All data is stored in the src_bytes
15 and src_packets structure of slot "0". This is useful if you want
16 to account the overall traffic to/from your internet provider.
17
18 For more information go to:
19 http://www.intra2net.com/de/produkte/opensource/ipt_account/
20
21 To compile it as a module, choose M here. If unsure, say N.