Blame bootstrap_ver/extensions/libxt_CONNSECMARK.man

Packit Service 2cd632
This module copies security markings from packets to connections
Packit Service 2cd632
(if unlabeled), and from connections back to packets (also only
Packit Service 2cd632
if unlabeled).  Typically used in conjunction with SECMARK, it is
Packit Service 2cd632
valid in the
Packit Service 2cd632
.B security
Packit Service 2cd632
table (for backwards compatibility with older kernels, it is also
Packit Service 2cd632
valid in the
Packit Service 2cd632
.B mangle
Packit Service 2cd632
table).
Packit Service 2cd632
.TP
Packit Service 2cd632
\fB\-\-save\fP
Packit Service 2cd632
If the packet has a security marking, copy it to the connection
Packit Service 2cd632
if the connection is not marked.
Packit Service 2cd632
.TP
Packit Service 2cd632
\fB\-\-restore\fP
Packit Service 2cd632
If the packet does not have a security marking, and the connection
Packit Service 2cd632
does, copy the security marking from the connection to the packet.
Packit Service 2cd632