From: chlorodose <chlorodose@gmail.com>
To: netfilter-devel@vger.kernel.org
Cc: chlorodose <chlorodose@gmail.com>
Subject: [PATCH] src: Export nftnl_set_clone symbol
Date: Wed, 18 Mar 2026 10:56:51 +0800 [thread overview]
Message-ID: <20260318025651.151116-1-chlorodose@gmail.com> (raw)
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
next reply other threads:[~2026-03-18 2:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-18 2:56 chlorodose [this message]
2026-03-18 10:46 ` [PATCH] src: Export nftnl_set_clone symbol 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260318025651.151116-1-chlorodose@gmail.com \
--to=chlorodose@gmail.com \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.