Displaying 1 result from an estimated 1 matches for "unnececari".
Did you mean:
unnececary
2004 May 05
0
MARK & RETURN at once ?
Is there some shortcut of MARK & RETURN at once , instead of doing this :
iptables -A FORWARD -t mangle -s x.x.x.x/24 -j MARK --set-mark 1
iptables -A FORWARD -t mangle -s y.y.y.y/24 -j MARK --set-mark 1
................................
iptables -A FORWARD -t mangle -s z.z.z.z/24 -j MARK --set-mark 1
the idea is that when a packet is marked I dont want further processing in this chain...
so