public inbox for netfilter-devel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] src: Export nftnl_set_clone symbol
@ 2026-03-18  2:56 chlorodose
  2026-03-18 10:46 ` Phil Sutter
  0 siblings, 1 reply; 6+ messages in thread
From: chlorodose @ 2026-03-18  2:56 UTC (permalink / raw)
  To: netfilter-devel; +Cc: chlorodose

Seems that nftnl_set_clone is forgot to be exported, we add it back.

Signed-off-by: chlorodose <chlorodose@gmail.com>
---
 src/set.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/set.c b/src/set.c
index 54674bc..e5e51b6 100644
--- a/src/set.c
+++ b/src/set.c
@@ -360,6 +360,7 @@ uint64_t nftnl_set_get_u64(const struct nftnl_set *s, uint16_t attr)
 	return val ? *val : 0;
 }
 
+EXPORT_SYMBOL(nftnl_set_clone);
 struct nftnl_set *nftnl_set_clone(const struct nftnl_set *set)
 {
 	struct nftnl_set *newset;
-- 
2.52.0


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

end of thread, other threads:[~2026-03-19  8:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-18  2:56 [PATCH] src: Export nftnl_set_clone symbol chlorodose
2026-03-18 10:46 ` Phil Sutter
2026-03-18 17:03   ` Pablo Neira Ayuso
2026-03-18 18:53     ` Phil Sutter
2026-03-19  0:15       ` Chloro Dose
2026-03-19  8:56         ` Phil Sutter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox