summaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_nfacct.c
Commit message (Collapse)AuthorAgeFilesLines
* netfilter: xtables: add nfacct match to support extended accountingPablo Neira Ayuso2011-12-251-0/+76
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>