xref: /aosp_15_r20/external/iptables/extensions/libxt_state.man (revision a71a954618bbadd4a345637e5edcf36eec826889)
1*a71a9546SAutomerger Merge WorkerThe "state" extension is a subset of the "conntrack" module.
2*a71a9546SAutomerger Merge Worker"state" allows access to the connection tracking state for this packet.
3*a71a9546SAutomerger Merge Worker.TP
4*a71a9546SAutomerger Merge Worker[\fB!\fP] \fB\-\-state\fP \fIstate\fP
5*a71a9546SAutomerger Merge WorkerWhere state is a comma separated list of the connection states to match. Only a
6*a71a9546SAutomerger Merge Workersubset of the states unterstood by "conntrack" are recognized: \fBINVALID\fP,
7*a71a9546SAutomerger Merge Worker\fBESTABLISHED\fP, \fBNEW\fP, \fBRELATED\fP or \fBUNTRACKED\fP. For their
8*a71a9546SAutomerger Merge Workerdescription, see the "conntrack" heading in this manpage.
9