summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_AUDIT.txlate
blob: abd11eaeb0a25a8cce5155b8010743a57802e075 (plain)
1
2
3
4
5
6
7
8
iptables-translate -t filter -A INPUT -j AUDIT --type accept
nft add rule ip filter INPUT counter log level audit

iptables-translate -t filter -A INPUT -j AUDIT --type drop
nft add rule ip filter INPUT counter log level audit

iptables-translate -t filter -A INPUT -j AUDIT --type reject
nft add rule ip filter INPUT counter log level audit