Changli Gao wrote:
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.
We don't add changes that are not needed in the mainline kernel itself. I'm not interested in this change until someone also posts a patch to actually make use of it. -- 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