blob: 8b4de5a01bf82438caa952eea396fc1101dca49c [file] [log] [blame]
Henrik Nordstroma6ef9942004-02-03 08:19:04 +00001This module sets the netfilter mark value associated with a connection
Henrik Nordstromc2794132004-01-22 15:04:24 +00002.TP
Henrik Nordstroma6ef9942004-02-03 08:19:04 +00003.B --set-mark mark[/mask]
4Set connection mark. If a mask is specified then only those bits set in the
5mask is modified.
Henrik Nordstromc2794132004-01-22 15:04:24 +00006.TP
Henrik Nordstroma6ef9942004-02-03 08:19:04 +00007.B --save-mark [--mask mask]
8Copy the netfilter packet mark value to the connection mark. If a mask
9is specified then only those bits are copied.
Henrik Nordstromc2794132004-01-22 15:04:24 +000010.TP
Henrik Nordstroma6ef9942004-02-03 08:19:04 +000011.B --restore-mark [--mask mask]
12Copy the connection mark value to the packet. If a mask is specified
13then only those bits are copied. This is only valid in the
14.B mangle
15table.