On 02/28/2010 01:54 AM, Mart Frauenlob wrote:
> I dont want to test over (( and over ) and over ) again when I know that
> the packet is already KNOWN to be from eth1 and of protocol UDP.
now if we add -p icmp -j PRE_UDP, what should iptables do now?
use 'ferm' if you are too lazy to write iptables rules:
http://ferm.foo-projects.org/
>
Do what *I* say it should be doing. Do the jump. None of the tests in
PRE_UDP chain would/should match, and the packet should fall out by the
default policy of the chain. An iptable optimizer would recognize that
the chain only tests for UDP, and would change the -p icmp -j PRE_UDP to
-p icmp -j $(default policy) without going through any of the chain.
BTW: its not lazy to write efficient code.
--
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html