summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-events.c
Commit message (Collapse)AuthorAgeFilesLines
* add xtables-eventsPablo Neira Ayuso2013-12-301-0/+208
Add new program to listen to rule updates: shell$ xtables-events -A INPUT -m state --state ESTABLISHED -j ACCEPT -A INPUT -p tcp -m tcp --dport 22 -j ACCEPT -D INPUT -p tcp -m tcp --dport 22 -j ACCEPT -D INPUT -m state --state ESTABLISHED -j ACCEPT You can use `-c' option to display counters. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>