Re: [ANNOUNCE]: Release of iptables-1.4.11
From: Eric Dumazet <hidden>
Date: 2011-05-26 18:28:57
Also in:
netdev
From: Eric Dumazet <hidden>
Date: 2011-05-26 18:28:57
Also in:
netdev
Le jeudi 26 mai 2011 à 18:53 +0200, Patrick McHardy a écrit :
The netfilter coreteam presents:
iptables version 1.4.10
the iptables release for the 2.6.39 kernels. Due to some mistakes
on my side we didn't have a release for longer than expected, so
this contains a rather large number of changes.
Changes include:...
- a new iptables option "-C" to check for existance of a rules
Nice, but this still loads modules... # lsmod | grep ipta # ./iptables -C INPUT -p tcp iptables: Bad rule (does a matching rule exist in that chain?). # lsmod | grep ipta iptable_filter 1730 0 ip_tables 15958 1 iptable_filter x_tables 22998 3 iptable_filter,ip_tables,xt_tcpudp