On Fri, Jan 30, 2015 at 03:35:23PM +0100, Alvaro Neira Ayuso wrote: > diff --git a/src/libnftnl.map b/src/libnftnl.map > index be7b998..d999046 100644 > --- a/src/libnftnl.map > +++ b/src/libnftnl.map > @@ -182,8 +182,13 @@ global: > nft_ruleset_attr_unset; > nft_ruleset_attr_set; > nft_ruleset_attr_get; > + nft_ruleset_ctx_is_set; > + nft_ruleset_ctx_get; > + nft_ruleset_ctx_get_u32; > nft_ruleset_parse; > nft_ruleset_parse_file; > + nft_ruleset_parse_file_cb; > + nft_ruleset_parse_buffer_cb; > nft_ruleset_snprintf; > nft_ruleset_fprintf; You cannot place these new symbols here. You have to add new symbols to a new section as I explained in patch 1/4. -- 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