xref: /aosp_15_r20/external/iptables/extensions/libxt_AUDIT.txlate (revision a71a954618bbadd4a345637e5edcf36eec826889)
1iptables-translate -t filter -A INPUT -j AUDIT --type accept
2nft 'add rule ip filter INPUT counter log level audit'
3
4iptables-translate -t filter -A INPUT -j AUDIT --type drop
5nft 'add rule ip filter INPUT counter log level audit'
6
7iptables-translate -t filter -A INPUT -j AUDIT --type reject
8nft 'add rule ip filter INPUT counter log level audit'
9