Re: [PATCH 01/13] Correct the family member value of libxt_mark revision 1

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

 



On Thursday 2008-04-10 09:39, Jan Engelhardt wrote:
>
>On Thursday 2008-04-10 09:38, Jan Engelhardt wrote:
>>libxt_mark rev1 used AF_INET6 in the class structure where it should
>>have used AF_INET.
>
>Argh, obviously wrong one.

(But please apply the rest of the series ;-))

>>@@ -197,7 +197,7 @@ static struct xtables_match mark_mt6_reg = {
>> 	.version        = IPTABLES_VERSION,
>> 	.name           = "mark",
>> 	.revision       = 1,
>>-	.family         = AF_INET6,
>>+	.family         = AF_INET,
>> 	.size           = XT_ALIGN(sizeof(struct xt_mark_mtinfo1)),
>> 	.userspacesize  = XT_ALIGN(sizeof(struct xt_mark_mtinfo1)),
>> 	.help           = mark_mt_help,
>>-- 
>--
>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
>

--
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