From: Pablo Neira Ayuso <pablo@netfilter.org>
To: netfilter-devel@vger.kernel.org
Cc: jengelh@inai.de
Subject: [PATCH libnftnl 1/2] src: move new set and set_elem symbols to new group
Date: Wed, 16 Sep 2015 15:06:51 +0200 [thread overview]
Message-ID: <1442408812-28799-2-git-send-email-pablo@netfilter.org> (raw)
In-Reply-To: <1442408812-28799-1-git-send-email-pablo@netfilter.org>
The LIBNFTNL_1.2.0 group was created during the 1.0.4 development cycle, so
move these new set and set_elem symbols there.
Fixes: b1e6bc9cbffd ("set: add support for set timeouts")
Reported-by: Jan Engelhardt <jengelh@inai.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
---
src/libnftnl.map | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/libnftnl.map b/src/libnftnl.map
index 14ec88c..0d04c4e 100644
--- a/src/libnftnl.map
+++ b/src/libnftnl.map
@@ -123,12 +123,10 @@ global:
nft_set_attr_is_set;
nft_set_attr_set;
nft_set_attr_set_u32;
- nft_set_attr_set_u64;
nft_set_attr_set_str;
nft_set_attr_get;
nft_set_attr_get_str;
nft_set_attr_get_u32;
- nft_set_attr_get_u64;
nft_set_nlmsg_build_payload;
nft_set_nlmsg_parse;
nft_set_parse;
@@ -157,12 +155,10 @@ global:
nft_set_elem_attr_unset;
nft_set_elem_attr_set;
nft_set_elem_attr_set_u32;
- nft_set_elem_attr_set_u64;
nft_set_elem_attr_set_str;
nft_set_elem_attr_get;
nft_set_elem_attr_get_str;
nft_set_elem_attr_get_u32;
- nft_set_elem_attr_get_u64;
nft_set_elem_nlmsg_build_payload;
nft_set_elem_parse;
nft_set_elem_parse_file;
@@ -487,6 +483,11 @@ LIBNFTNL_1.2.0 {
nft_batch_iovec_len;
nft_batch_iovec;
+ nft_set_attr_set_u64;
+ nft_set_attr_get_u64;
+ nft_set_elem_attr_set_u64;
+ nft_set_elem_attr_get_u64;
+
#
# aliases
#
--
1.7.10.4
next prev parent reply other threads:[~2015-09-16 13:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-16 13:06 [PATCH libnftnl 0/2] map fixes Pablo Neira Ayuso
2015-09-16 13:06 ` Pablo Neira Ayuso [this message]
2015-09-16 13:06 ` [PATCH libnftnl 2/2] src: move new nftnl symbols to new group Pablo Neira Ayuso
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=1442408812-28799-2-git-send-email-pablo@netfilter.org \
--to=pablo@netfilter.org \
--cc=jengelh@inai.de \
--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 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).