Skip to content
Commit ceb98d03 authored by Pablo Neira Ayuso's avatar Pablo Neira Ayuso
Browse files

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: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 94139027
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment