We don't use 'struct nfct_attr_grp_ipv6', actually 'uint32_t * 4'. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@xxxxxxxxx> --- include/network.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/network.h b/include/network.h index ab04591..ec9fadf 100644 --- a/include/network.h +++ b/include/network.h @@ -229,8 +229,8 @@ enum nta_attr { NTA_TCP_WSCALE_REPL, /* uint8_t */ NTA_HELPER_NAME, /* string (variable length) */ NTA_LABELS, /* array of uint32_t (variable length) */ - NTA_SNAT_IPV6, /* struct nfct_attr_grp_ipv6 */ - NTA_DNAT_IPV6, /* struct nfct_attr_grp_ipv6 */ + NTA_SNAT_IPV6, /* uint32_t * 4 */ + NTA_DNAT_IPV6, /* uint32_t * 4 */ NTA_MAX }; -- 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