Lines Matching full:mark
89 action ipt -j mark --set-mark 2
111 - an incoming packet from 10.0.0.21 is first given a firewall mark of 1.
116 - If it does exceed its rate, its "color" changes to a mark of 2 and it is
132 Note the mark can be used further up the system to do things like policy
144 # first give it a mark of 1
145 action ipt -j mark --set-mark 1 index 2 \
153 action ipt -j mark --set-mark 2 \
159 # mark it as fwmark 3 if exceeded
160 action ipt -j mark --set-mark 3 \
176 target MARK set 0x1 index 2
181 target MARK set 0x2 index 1
186 target MARK set 0x3 index 3
218 target MARK set 0x1 index 2
225 target MARK set 0x2 index 1
232 target MARK set 0x3 index 3