commit | ceb98d03eac5704820f2ac1f370c9ff385e3a9f5 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Dec 23 14:28:59 2011 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Sun Dec 25 02:43:17 2011 +0100 |
tree | ae01b67bc105d3d8039b9dd53b893215407866c2 | |
parent | 9413902796f56f6209e19dd54e840ed46950612c [diff] |
netfilter: xtables: add nfacct match to support extended accounting This patch adds the match that allows to perform extended accounting. It requires the new nfnetlink_acct infrastructure. # iptables -I INPUT -p tcp --sport 80 -m nfacct --nfacct-name http-traffic # iptables -I OUTPUT -p tcp --dport 80 -m nfacct --nfacct-name http-traffic Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>