summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_AUDIT.txlate
blob: c1650b9acdefcc77359701f2343f9d95230e96d9 (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'