I posted this patch before. I am glad to see someone has the same requirement as me. It is useful when implementing ACL. Such as these statements: if (x_cond) { do_x; } else if (y_cond) { do_y; } else if (z_cond) { do_z; } Because the current iptables doesn't support multi-targets, we have to do this kinds of things in a dirty way. On Thu, Mar 19, 2009 at 1:02 AM, Patrick McHardy <kaber@xxxxxxxxx> wrote: > Haim Daniel wrote: >> >> Patric McHardy wrote: >> >> > And what module will be using this? >> > -- >> >> Currently there's no such module in the src tree. I've encountered the >> problem >> myself when I needed to write a proprietary module for the company I work >> for. >> I've seen prev posts on the subject as well. > > You'll have to carry this patch yourself. Until we need it for something > in the mainline tree, there's no reason to change it. > -- > To unsubscribe from this list: send the line "unsubscribe netfilter-devel" > in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- Regards, Changli Gao(xiaosuo@xxxxxxxxx) -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html