Hello, As per my earlier mail. Here is error I get on my /var/log/messages. kernel: ip_tables: set match: invalid size 96 != 32 Thanks, On Thu, 2009-06-25 at 18:26 +0530, Ritesh Majumdar wrote: > Hello List, > > I have recently added ipset code in to my kernel, so all the ipset > ralated ko's can be compiled while I compile kernel. > my compilation works fine and I can add ipset rules successfully. > but when I add iptables rules to macth specific set I get error. > > Here is what I am trying to do. > > > > ipset -N a_ipset iphash > iptables -N a > iptables -N b > iptables -A a -p udp -m set --set a_ipset dst -j b > > > > > > when I try to add the last rule,(iptables -A a -p udp -m set --set > a_ipset dst -j b) it fails with the error as below. > > iptables: Invalid argument > > > > I am not sure if its ipset issue or iptables. > > I am using "kernel 2.6.27" "ipset-2.4.9" and "iptables-1.4.1.91" > > > Many Thanks. > Ritesh. > -- 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