Blame man/man8/tc-connmark.8

Packit d3f73b
.TH "Connmark retriever action in tc" 8 "11 Jan 2016" "iproute2" "Linux"
Packit d3f73b
Packit d3f73b
.SH NAME
Packit d3f73b
connmark - netfilter connmark retriever action
Packit d3f73b
.SH SYNOPSIS
Packit d3f73b
.in +8
Packit d3f73b
.ti -8
Packit d3f73b
.BR tc " ... " "action connmark " [ " zone"
Packit d3f73b
.IR u16_zone_index " ] [ " CONTROL " ] ["
Packit d3f73b
.BI index " u32_index "
Packit d3f73b
]
Packit d3f73b
Packit d3f73b
.ti -8
Packit d3f73b
.IR CONTROL " := { " reclassify " | " pipe " | " drop " | " continue " | " ok " }"
Packit d3f73b
.SH DESCRIPTION
Packit d3f73b
The connmark action is used to restore the connection's mark value into the
Packit d3f73b
packet's fwmark.
Packit d3f73b
.SH OPTIONS
Packit d3f73b
.TP
Packit d3f73b
.BI zone " u16_zone_index"
Packit d3f73b
Specify the conntrack zone when doing conntrack lookups for packets.
Packit d3f73b
.I u16_zone_index
Packit d3f73b
is a 16bit unsigned decimal value.
Packit d3f73b
.TP
Packit d3f73b
.I CONTROL
Packit d3f73b
How to continue after executing this action.
Packit d3f73b
.RS
Packit d3f73b
.TP
Packit d3f73b
.B reclassify
Packit d3f73b
Restarts classification by jumping back to the first filter attached to this
Packit d3f73b
action's parent.
Packit d3f73b
.TP
Packit d3f73b
.B pipe
Packit d3f73b
Continue with the next action, this is the default.
Packit d3f73b
.TP
Packit d3f73b
.B drop
Packit d3f73b
.TQ
Packit d3f73b
.B shot
Packit d3f73b
Packet will be dropped without running further actions.
Packit d3f73b
.TP
Packit d3f73b
.B continue
Packit d3f73b
Continue classification with next filter in line.
Packit d3f73b
.TP
Packit d3f73b
.B pass
Packit d3f73b
Return to calling qdisc for packet processing. This ends the classification
Packit d3f73b
process.
Packit d3f73b
.RE
Packit d3f73b
.TP
Packit d3f73b
.BI index " u32_index "
Packit d3f73b
Specify an index for this action in order to being able to identify it in later
Packit d3f73b
commands.
Packit d3f73b
.I u32_index
Packit d3f73b
is a 32bit unsigned decimal value.
Packit d3f73b
.SH SEE ALSO
Packit d3f73b
.BR tc (8)