Re: [PATCH] extensions: libxt_MARK: Add translation to nft

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

 



On Wed, Dec 23, 2015 at 09:03:53PM +0530, Shivani Bhardwaj wrote:
>  static struct xtables_target mark_tg_reg[] = {
> @@ -259,6 +276,7 @@ static struct xtables_target mark_tg_reg[] = {
>  		.x6_parse      = MARK_parse_v0,
>  		.x6_fcheck     = MARK_check,
>  		.x6_options    = MARK_opts,
> +		.xlate	       = mark_tg_xlate,
>  	},
>  	{
>  		.family        = NFPROTO_IPV4,
> @@ -273,6 +291,7 @@ static struct xtables_target mark_tg_reg[] = {
>  		.x6_parse      = MARK_parse_v1,
>  		.x6_fcheck     = MARK_check,
>  		.x6_options    = MARK_opts,
> +		.xlate	       = mark_tg_xlate,
>  	},
>  	{
>  		.version       = XTABLES_VERSION,
> @@ -287,6 +306,7 @@ static struct xtables_target mark_tg_reg[] = {
>  		.x6_parse      = mark_tg_parse,
>  		.x6_fcheck     = mark_tg_check,
>  		.x6_options    = mark_tg_opts,
> +		.xlate	       = mark_tg_xlate,
>  	},

Same comment as for connmark. Please send v2.
--
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