Blame extensions/libxt_CT.man

Packit 7b22a4
The CT target allows to set parameters for a packet or its associated
Packit 7b22a4
connection. The target attaches a "template" connection tracking entry to
Packit 7b22a4
the packet, which is then used by the conntrack core when initializing
Packit 7b22a4
a new ct entry. This target is thus only valid in the "raw" table.
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-\-notrack\fP
Packit 7b22a4
Disables connection tracking for this packet.
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-\-helper\fP \fIname\fP
Packit 7b22a4
Use the helper identified by \fIname\fP for the connection. This is more
Packit 7b22a4
flexible than loading the conntrack helper modules with preset ports.
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-\-ctevents\fP \fIevent\fP[\fB,\fP...]
Packit 7b22a4
Only generate the specified conntrack events for this connection. Possible
Packit 7b22a4
event types are: \fBnew\fP, \fBrelated\fP, \fBdestroy\fP, \fBreply\fP,
Packit 7b22a4
\fBassured\fP, \fBprotoinfo\fP, \fBhelper\fP, \fBmark\fP (this refers to
Packit 7b22a4
the ctmark, not nfmark), \fBnatseqinfo\fP, \fBsecmark\fP (ctsecmark).
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-\-expevents\fP \fIevent\fP[\fB,\fP...]
Packit 7b22a4
Only generate the specified expectation events for this connection.
Packit 7b22a4
Possible event types are: \fBnew\fP.
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-\-zone-orig\fP {\fIid\fP|\fBmark\fP}
Packit 7b22a4
For traffic coming from ORIGINAL direction, assign this packet to zone
Packit 7b22a4
\fIid\fP and only have lookups done in that zone. If \fBmark\fP is used
Packit 7b22a4
instead of \fIid\fP, the zone is derived from the packet nfmark.
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-\-zone-reply\fP {\fIid\fP|\fBmark\fP}
Packit 7b22a4
For traffic coming from REPLY direction, assign this packet to zone
Packit 7b22a4
\fIid\fP and only have lookups done in that zone. If \fBmark\fP is used
Packit 7b22a4
instead of \fIid\fP, the zone is derived from the packet nfmark.
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-\-zone\fP {\fIid\fP|\fBmark\fP}
Packit 7b22a4
Assign this packet to zone \fIid\fP and only have lookups done in that zone.
Packit 7b22a4
If \fBmark\fP is used instead of \fIid\fP, the zone is derived from the
Packit 7b22a4
packet nfmark. By default, packets have zone 0. This option applies to both
Packit 7b22a4
directions.
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-\-timeout\fP \fIname\fP
Packit 7b22a4
Use the timeout policy identified by \fIname\fP for the connection. This is
Packit 7b22a4
provides more flexible timeout policy definition than global timeout values
Packit 7b22a4
available at /proc/sys/net/netfilter/nf_conntrack_*_timeout_*.