All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libnftnl] src: libnftnl: export genid functions again
@ 2019-03-07 11:15 Florian Westphal
  2019-03-08 16:18 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Westphal @ 2019-03-07 11:15 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Florian Westphal

Can't use them currently: they are exported only under their old names.

Fixes: 44d11498479a08 ("src: get rid of _attr_ infix in new nftnl_ definitions")
Signed-off-by: Florian Westphal <fw@strlen.de>
---
 src/libnftnl.map | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/libnftnl.map b/src/libnftnl.map
index 192eef81db2b..3c6f8631c1e6 100644
--- a/src/libnftnl.map
+++ b/src/libnftnl.map
@@ -214,14 +214,14 @@ global:
 
   nftnl_gen_alloc;
   nftnl_gen_free;
-  nftnl_gen_attr_is_set;
-  nftnl_gen_attr_unset;
-  nftnl_gen_attr_set_data;
-  nftnl_gen_attr_set;
-  nftnl_gen_attr_set_u32;
-  nftnl_gen_attr_get_data;
-  nftnl_gen_attr_get;
-  nftnl_gen_attr_get_u32;
+  nftnl_gen_is_set;
+  nftnl_gen_unset;
+  nftnl_gen_set_data;
+  nftnl_gen_set;
+  nftnl_gen_set_u32;
+  nftnl_gen_get_data;
+  nftnl_gen_get;
+  nftnl_gen_get_u32;
   nftnl_gen_nlmsg_parse;
   nftnl_gen_snprintf;
   nftnl_gen_fprintf;
-- 
2.19.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH libnftnl] src: libnftnl: export genid functions again
  2019-03-07 11:15 [PATCH libnftnl] src: libnftnl: export genid functions again Florian Westphal
@ 2019-03-08 16:18 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2019-03-08 16:18 UTC (permalink / raw)
  To: Florian Westphal; +Cc: netfilter-devel

On Thu, Mar 07, 2019 at 12:15:40PM +0100, Florian Westphal wrote:
> Can't use them currently: they are exported only under their old names.
> 
> Fixes: 44d11498479a08 ("src: get rid of _attr_ infix in new nftnl_ definitions")
> Signed-off-by: Florian Westphal <fw@strlen.de>

Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-08 16:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-07 11:15 [PATCH libnftnl] src: libnftnl: export genid functions again Florian Westphal
2019-03-08 16:18 ` Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.