netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] libnftables.map: export new nft_ctx_{get,set}_optimize API
@ 2022-02-24 19:45 Sam James
  2022-02-24 19:45 ` [PATCH 2/2] build: explicitly pass --version-script to linker Sam James
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sam James @ 2022-02-24 19:45 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Sam James

Without this, we're not explicitly saying this is part of the public
API.

This new API was added in 1.0.2 and is used by e.g. the main
nft binary. Noticed when fixing the version-script option
(separate patch) which picked up this problem when .map
was missing symbols (related to when symbol visibility
options get set).

Signed-off-by: Sam James <sam@gentoo.org>
---
 src/libnftables.map | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/libnftables.map b/src/libnftables.map
index a511dd78..f8cf05dc 100644
--- a/src/libnftables.map
+++ b/src/libnftables.map
@@ -32,4 +32,6 @@ LIBNFTABLES_2 {
 LIBNFTABLES_3 {
   nft_set_optimize;
   nft_get_optimize;
+  nft_ctx_set_optimize;
+  nft_ctx_get_optimize;
 } LIBNFTABLES_2;
-- 
2.35.1


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

end of thread, other threads:[~2022-02-24 23:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-24 19:45 [PATCH 1/2] libnftables.map: export new nft_ctx_{get,set}_optimize API Sam James
2022-02-24 19:45 ` [PATCH 2/2] build: explicitly pass --version-script to linker Sam James
2022-02-24 23:38   ` Pablo Neira Ayuso
2022-02-24 21:39 ` [PATCH 1/2] libnftables.map: export new nft_ctx_{get,set}_optimize API Sam James
2022-02-24 21:46   ` Sam James
2022-02-24 23:37 ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).