Re: i don't know whether it is a bug?

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

 



fenglg wrote:
> void build_netpld(struct nf_conntrack *ct, struct netpld *pld, int query)
> {
> 	if (nfct_attr_is_set(ct, ATTR_IPV4_SRC))
> 		__build_pointer_be(ct, pld, ATTR_IPV4_SRC, sizeof(uint32_t));
> 	........
> 	/* setup the master conntrack */
> 	if (nfct_attr_is_set(ct, ATTR_MASTER_IPV4_SRC))
> 		__build_u32(ct, pld, ATTR_MASTER_IPV4_SRC);
> 	........
> }
>     The __build_u32 will use get_attr_array[type](ct) which is in libnetfilter_conntrack-0.0.89/src/conntrack/api.c. But the defination of get_attr_array has not ATTR_MASTER_IPV4_SRC.

This bug was reported by Max Wilhelm some weeks ago. It is already fixed
in Netfilter's git repository. I'll release a new version soon.

-- 
"Los honestos son inadaptados sociales" -- Les Luthiers
--
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