Blame extensions/libxt_AUDIT.man

Packit 7b22a4
This target allows to create audit records for packets hitting the target.
Packit 7b22a4
It can be used to record accepted, dropped, and rejected packets. See
Packit 7b22a4
auditd(8) for additional details.
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-\-type\fP {\fBaccept\fP|\fBdrop\fP|\fBreject\fP}
Packit 7b22a4
Set type of audit record. Starting with linux-4.12, this option has no effect
Packit 7b22a4
on generated audit messages anymore. It is still accepted by iptables for
Packit 7b22a4
compatibility reasons, but ignored.
Packit 7b22a4
.PP
Packit 7b22a4
Example:
Packit 7b22a4
.IP
Packit 7b22a4
iptables \-N AUDIT_DROP
Packit 7b22a4
.IP
Packit 7b22a4
iptables \-A AUDIT_DROP \-j AUDIT
Packit 7b22a4
.IP
Packit 7b22a4
iptables \-A AUDIT_DROP \-j DROP