Blame bootstrap_ver/extensions/libxt_CONNSECMARK.man

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