netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libipset: Add missing ipset_parse_uint16 to map file
@ 2014-10-17  4:06 Neutron Soutmun
  2014-10-22 19:44 ` Jozsef Kadlecsik
  0 siblings, 1 reply; 3+ messages in thread
From: Neutron Soutmun @ 2014-10-17  4:06 UTC (permalink / raw)
  To: netfilter-devel; +Cc: kadlec

[-- Attachment #1: Type: text/plain, Size: 515 bytes --]

The libipset was not included the ipset_parse_uint16 symbol

Signed-off-by: Neutron Soutmun <neo.neutron@gmail.com>
---
 lib/libipset.map | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/libipset.map b/lib/libipset.map
index 58174ec..74069dc 100644
--- a/lib/libipset.map
+++ b/lib/libipset.map
@@ -149,6 +149,7 @@ LIBIPSET_4.3 {
 global:
   ipset_parse_skbmark;
   ipset_parse_skbprio;
+  ipset_parse_uint16;
   ipset_print_skbmark;
   ipset_print_skbprio;
 } LIBIPSET_4.2;
-- 
2.1.1


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2014-10-24  9:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-17  4:06 [PATCH] libipset: Add missing ipset_parse_uint16 to map file Neutron Soutmun
2014-10-22 19:44 ` Jozsef Kadlecsik
2014-10-24  9:43   ` Neutron Soutmun

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).