Re: [Fwd: Re: Re: [PATCH 2.4.37] iptables: handle IPT_RETURN from user target]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux