1Connmark retriever action in tc(8) Linux Connmark retriever action in tc(8)
2
3
4
6 connmark - netfilter connmark retriever action
7
9 tc ... action connmark [ zone u16_zone_index ] [ CONTROL ] [ index
10 u32_index ]
11
12 CONTROL := { reclassify | pipe | drop | continue | ok }
13
15 The connmark action is used to restore the connection's mark value into
16 the packet's fwmark.
17
19 zone u16_zone_index
20 Specify the conntrack zone when doing conntrack lookups for
21 packets. u16_zone_index is a 16bit unsigned decimal value.
22
23 CONTROL
24 How to continue after executing this action.
25
26 reclassify
27 Restarts classification by jumping back to the first fil‐
28 ter attached to this action's parent.
29
30 pipe Continue with the next action, this is the default.
31
32 drop
33 shot Packet will be dropped without running further actions.
34
35 continue
36 Continue classification with next filter in line.
37
38 pass Return to calling qdisc for packet processing. This ends
39 the classification process.
40
41 index u32_index
42 Specify an index for this action in order to being able to iden‐
43 tify it in later commands. u32_index is a 32bit unsigned deci‐
44 mal value.
45
47 tc(8)
48
49
50
51iproute2 11 Jan 2016Connmark retriever action in tc(8)