When, I compiling libnl-nft, i get that error: CC netfilter/nft_data.c netfilter/nft_data.c:22: error: nested redefinition of 'enum nft_data_types' netfilter/nft_data.c:22: error: redeclaration of 'enum nft_data_types' netfilter/nft_data.c:23: error: redeclaration of enumerator 'NFT_DATA_VALUE' ../include/linux/netfilter/nf_tables.h:219: error: previous definition of 'NFT_DATA_VALUE' was here netfilter/nft_data.c:24: error: redeclaration of enumerator 'NFT_DATA_VERDICT' ../include/linux/netfilter/nf_tables.h:220: error: previous definition of 'NFT_DATA_VERDICT' was here make[2]: *** [netfilter/nft_data.o] Error 1 make[1]: *** [all] Error 2 make: *** [all] Error 2 What do i do to repair it? I wanted test nftables. -- 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