X-Git-Url: http://developer.intra2net.com/git/?p=ipt_ACCOUNT;a=blobdiff_plain;f=linux-2.6.36%2Fnet%2Fipv4%2Fnetfilter%2FKconfig.ladd;fp=linux-2.6.36%2Fnet%2Fipv4%2Fnetfilter%2FKconfig.ladd;h=bbd438b737e6155dd2ba7480afff61bc0412f18a;hp=0000000000000000000000000000000000000000;hb=3b4b23d186ea5a0db3c0b7232a791c58d9cc887d;hpb=fb4dd1a0ea39f0189e59e7188a7a438c1548f4cd diff --git a/linux-2.6.36/net/ipv4/netfilter/Kconfig.ladd b/linux-2.6.36/net/ipv4/netfilter/Kconfig.ladd new file mode 100644 index 0000000..bbd438b --- /dev/null +++ b/linux-2.6.36/net/ipv4/netfilter/Kconfig.ladd @@ -0,0 +1,21 @@ +config IP_NF_TARGET_ACCOUNT + tristate "ACCOUNT target support" + depends on IP_NF_IPTABLES + ---help--- + The ACCOUNT target is a high performance accounting system for local networks. + It takes two parameters: --addr network/netmask and --tname NAME. + + --addr is the subnet which is accounted for + --tname is the table name where the information is stored + + The data can be queried later using the libipt_ACCOUNT userspace library + or by the "iptaccount" tool which is part of the libipt_ACCOUNT package. + + A special subnet is "0.0.0.0/0": All data is stored in the src_bytes + and src_packets structure of slot "0". This is useful if you want + to account the overall traffic to/from your internet provider. + + For more information go to: + http://www.intra2net.com/de/produkte/opensource/ipt_account/ + + To compile it as a module, choose M here. If unsure, say N.