git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9413902
)
netfilter: xtables: add nfacct match to support extended accounting
author
Pablo Neira Ayuso
<pablo@netfilter.org>
Fri, 23 Dec 2011 13:28:59 +0000
(14:28 +0100)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Sun, 25 Dec 2011 01:43:17 +0000
(
02:43
+0100)
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>
No differences found