Blame man/man8/tc-connmark.8

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