ipt_ACCOUNT: (tomj) astyled using K&R style
[ipt_ACCOUNT] / help
... / ...
CommitLineData
1
2This patch adds the ACCOUNT target
3
4The ACCOUNT target is a high performance accounting system for local networks.
5It takes two parameters: --addr network/netmask and --tname NAME.
6
7--addr is the subnet which is accounted for
8--tname is the table name where the information is stored
9
10The data can be queried later using the libipt_ACCOUNT userspace library
11or by the "iptaccount" tool which is part of the libipt_ACCOUNT package.
12
13A special subnet is "0.0.0.0/0": All data is stored in the src_bytes
14and src_packets structure of slot "0". This is useful if you want
15to account the overall traffic to/from your internet provider.
16
17For more information go to http://www.intra2net.com/opensource/ipt_account