lepton wrote: > Hi, > > There is a bug in ipt_register_table() in > net/ipv4/netfilter/ip_tables.c: > > ipt_register_table() will return 0 instead of > the error code when xt_register_table() fails > > Signed-off-by: Lepton Wu > > diff -prU 10 linux-2.6.16.19.oirg/net/ipv4/netfilter/ip_tables.c linux-2.6.16.19/net/ipv4/netfilter/ip_tables.c > --- linux-2.6.16.19.oirg/net/ipv4/netfilter/ip_tables.c 2006-05-31 08:31:44.000000000 +0800 > +++ linux-2.6.16.19/net/ipv4/netfilter/ip_tables.c 2006-06-01 18:11:25.000000000 +0800 Thanks. As usual this bug has been happily copy and pasted around, so I've added this patch instead.