Re: [PATCH 03/15] netfilter: ipset: Options and flags support added to the kernel API

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

 



On 07.06.2011 18:56, Jozsef Kadlecsik wrote:
> The support makes possible to specify the timeout value for
> the SET target and a flag to reset the timeout for already existing
> entries.

Applied.

> --- a/include/linux/netfilter/xt_set.h
> +++ b/include/linux/netfilter/xt_set.h
> @@ -44,13 +44,22 @@ struct xt_set_info {
>  };
>  
>  /* match and target infos */
> -struct xt_set_info_match {
> +struct xt_set_info_match_v1 {
>  	struct xt_set_info match_set;
>  };
>  
> -struct xt_set_info_target {
> +struct xt_set_info_target_v1 {
>  	struct xt_set_info add_set;
>  	struct xt_set_info del_set;
>  };
>  

But we shouldn't rename existing structures that are already
exposed to userspace.
--
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


[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux