debian/0000775000000000000000000000000012141516727007176 5ustar debian/rules0000775000000000000000000000023012141516440010241 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_build: dh_auto_build $(MAKE) gendoc override_dh_auto_clean: [ ! -f Makefile.opts ] || dh_auto_clean debian/watch0000664000000000000000000000011012141516440010207 0ustar version=3 http://www.infradead.org/~tgr/libnl/ .*libnl-(\d+.*)\.tar\.gz debian/libnl1.install0000664000000000000000000000002512141516440011734 0ustar usr/lib/*/libnl.so.* debian/changelog0000664000000000000000000002035112141516712011043 0ustar libnl (1.1-8ubuntu1) saucy; urgency=low * Merge from Debian unstable. Remaining changes: - debian/patches/fix_netlink-kernel_new_define.patch: Fix breakage following new version of linux-lib-dev renaming __LINUX_NETLINK_H to _UAPI__LINUX_NETLINK_H. The added patch should make libnl work with either define. -- Logan Rosen Sun, 05 May 2013 13:56:56 -0400 libnl (1.1-8) unstable; urgency=low * Bump Build-Depends on debhelper to (>= 9). * Move libnl1 into section oldlibs. -- Michael Biebl Thu, 21 Feb 2013 02:41:59 +0100 libnl (1.1-7ubuntu1) raring; urgency=low * Fix breakage following new version of linux-libc-dev renaming __LINUX_NETLINK_H to _UAPI__LINUX_NETLINK_H. The added patch should make libnl work with either define. -- Stéphane Graber Thu, 15 Nov 2012 11:52:49 -0500 libnl (1.1-7) unstable; urgency=low * debian/control - Update Vcs-* fields: Move packaging from svn to git. * Switch to source format 3.0 (quilt) - Add debian/source/format. - Drop quilt from Build-Depends. - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk include. - Remove debian/README.source. * Move from cdbs to dh - Drop Build-Depends on cdbs. - Bump Build-Depends on debhelper for override targets. - Convert debian/rules to use dh. * Bump Standards-Version to 3.9.2. No further changes. * Transition to multiarch. * debian/patches/remove_inline_specifier.patch - Remove 'inline' for nl_object_priv() in include/netlink/object.h and lib/object.c to not trigger compiler warnings with -std=gnu99. Patch courtesy of Jamie Strandboge. Closes: #546474 -- Michael Biebl Fri, 01 Jul 2011 00:33:40 +0200 libnl (1.1-6) unstable; urgency=low * debian/control - Bump Standards-Version to 3.9.1. No further changes. - Update homepage URL. - Remove obsolete Conflicts/Replaces (pre-lenny). * debian/watch - Update for new upstream location. * debian/patches/fix_port_tracking.patch - release_local_port: properly compute bitmap position. Closes: #594328 Patch cherry-picked from upstream Git. -- Michael Biebl Wed, 17 Nov 2010 03:03:41 +0100 libnl (1.1-5) unstable; urgency=low * Add symbols file for libnl1. -- Michael Biebl Wed, 25 Feb 2009 00:26:05 +0100 libnl (1.1-4) unstable; urgency=low * debian/control - Add ${misc:Depends} to all binary packages. - Bump Build-Depends on debhelper to (>= 7). * debian/compat - Bump debhelper compat level to 7. * debian/rules - Include debhelper.mk before other files as recommended by the cdbs documentation. -- Michael Biebl Wed, 18 Feb 2009 13:26:53 +0100 libnl (1.1-3) unstable; urgency=low * debian/control - Bump Standards-Version to 3.8.0. * Switch to quilt for patch management. * Add README.source which refers to the quilt documentation. * debian/patches/limits.patch - Add missing include to limits.h. This is required when compiling against glibc 2.8. Thanks to Kees Cook for the patch. Closes: #501485 -- Michael Biebl Wed, 08 Oct 2008 21:34:34 +0200 libnl (1.1-2) unstable; urgency=low * debian/libnl-doc.doc-base - Register the API documentation with doc-base. * debian/control - Add Suggests: doc-base to libnl-doc. -- Michael Biebl Wed, 05 Mar 2008 00:42:54 +0100 libnl (1.1-1) unstable; urgency=low * New stable upstream release. * debian/patches/01-ip_mg_alg_internal_only.patch - Removed, merged upstream. * debian/control - Rename binary package libnl1-pre8 to libnl1. - [libnl1] Add Conflicts/Replaces: libnl1-pre8. - [libnl-dev] Change Depends to libnl1. * Rename debian/libnl1-pre8.install to debian/libnl1.install * debian/copyright - Minor updates and additions. -- Michael Biebl Thu, 10 Jan 2008 16:58:12 +0100 libnl (1.0~pre8-1) unstable; urgency=low * New upstream release. Closes: #456175 * debian/control - Bump Standards-Version to 3.7.3. No further changes required. - The Vcs-* fields are now officially supported, so remove the XS- prefix. - Rename binary package libnl1-pre6 to libnl1-pre8. - [libnl1-pre8] Add Conflicts/Replaces: libnl1-pre6. The two versions are not coinstallable. - [libnl-dev] Change Depends to libnl1-pre8. * Rename debian/libnl1-pre6.install to debian/libnl1-pre8.install. * debian/patches/10-amd64-linux-types.patch - Removed, merged upstream. * debian/patches/01-ip_mg_alg_internal_only.patch - Pull a fix from upstream. The header linux/ip_mp_alg.h is no longer part of the linux kernel headers (i.e. linux-libc-dev) so remove it from netlink/netlink.h. -- Michael Biebl Thu, 20 Dec 2007 07:45:03 +0100 libnl (1.0~pre6-6) unstable; urgency=low * debian/control - Use the new "Homepage:" field to specify the upstream URL. - Replace deprecated ${Source-Version} substvar with ${binary:Version}. - Change Build-Depends: gs-gpl | gs-esp to Build-Depends: ghostscript. -- Michael Biebl Mon, 22 Oct 2007 07:15:29 +0200 libnl (1.0~pre6-5) unstable; urgency=low * debian/control - Add XS-Vcs-* fields. - Replace Build-Depends: tetex-bin with texlive-latex-base. teTeX is now gone, superseded by texlive. - Add Build-Depends: graphviz, gs-gpl | gs-esp. The "dot" program is needed for generating the diagram image and "gs" for the ps to png conversion. -- Michael Biebl Sun, 15 Apr 2007 15:45:48 +0200 libnl (1.0~pre6-4) unstable; urgency=medium * Autobuilders do not distinguish between build-arch and build-indep, they simply run build. So we have to move doxygen and tetex-bin from Build-Depends-Indep to Build-Depends. Closes: #408719 * Urgency medium, as it fixes a FTBFS bug. -- Michael Biebl Fri, 12 Jan 2007 11:23:52 +0100 libnl (1.0~pre6-3) unstable; urgency=low * Build and package the API documentation. Closes: #406497 * debian/control - Add Build-Depends-Indep on doxygen and tetex-bin (dvips). - Add new package libnl-doc. - Add a "Suggests: libnl-doc" to libnl-dev. * debian/rules - Call "make gendoc" to build the API documentation. * debian/libnl-doc.install - Added. List the files that should be installed. -- Michael Biebl Fri, 12 Jan 2007 10:30:40 +0100 libnl (1.0~pre6-2) unstable; urgency=low * Update maintainer email address to biebl@debian.org. -- Michael Biebl Thu, 19 Oct 2006 20:16:09 +0200 libnl (1.0~pre6-1) unstable; urgency=low * New upstream release. * Removed 20-autoconf-dirs.patch, merged upstream. * Updated debian/copyright, libnl is now licensed under the LGPL 2.1. * Updated debian/watch. -- Michael Biebl Fri, 18 Aug 2006 00:40:34 +0200 libnl (1.0~pre6~svn30-1) unstable; urgency=low * Updated to svn revision 30. * Bumped Standards-Version to 3.7.2, no further changes required. * Now that dak officially supports ~ in the version number, let's make use of it. * Some install directories were not set correctly, 20-autoconf-dirs.patch fixes that. -- Michael Biebl Thu, 10 Aug 2006 19:51:42 +0200 libnl (0.99+1.0.svn21-4) unstable; urgency=low * Do not create bogus /usr/lib/pkg-config directory. Closes: #364601 -- Michael Biebl Mon, 24 Apr 2006 15:40:23 +0200 libnl (0.99+1.0.svn21-3) unstable; urgency=low * Include simple-patchsys.mk in debian/rules. * Merged debian/patches/10-amd64-linux-types.patch from Ubuntu which fixes the FTBFS error on AMD64. Closes: #358887 Thanks to Scott James Remnant for this patch. -- Michael Biebl Sat, 1 Apr 2006 04:52:13 +0200 libnl (0.99+1.0.svn21-2) unstable; urgency=low * Initial upload to unstable. * Renamed libnl1 to libnl1-pre6 to match the currently used so-name. Otherwise dependent packages like NM will break on upgrades of libnl. -- Michael Biebl Tue, 7 Mar 2006 21:22:09 +0100 libnl (0.99+1.0.svn21-1) experimental; urgency=low * Initial release. Closes: #286847 -- Michael Biebl Tue, 21 Feb 2006 18:36:35 +0100 debian/compat0000664000000000000000000000000212141516440010364 0ustar 9 debian/libnl-doc.doc-base0000664000000000000000000000040512141516440012427 0ustar Document: libnl-doc Title: libnl API documentation Author: Thomas Graf Abstract: Library for dealing with netlink sockets. Section: Programming Format: HTML Index: /usr/share/doc/libnl-doc/html/index.html Files: /usr/share/doc/libnl-doc/html/* debian/copyright0000664000000000000000000000356412141516440011131 0ustar This package was debianized by Michael Biebl on Tue, 16 Jan 2006 12:00:46 +0000. It was downloaded from http://people.suug.ch/~tgr/libnl/ Upstream Author: Thomas Graf Copyright: lib/route/addr.c include/netlink/route/addr.h Copyright (c) 2003-2006 Thomas Graf Baruch Even , Mediatrix Telecom, inc. lib/route/cls/u32.c lib/route/cls/fw.c lib/route/sch/htb.c include/netlink/route/cls/fw.h include/netlink/route/sch/htb.h Copyright (c) 2003-2006 Thomas Graf Copyright (c) 2006 Petr Gotthard Copyright (c) 2006 Siemens AG Oesterreich include/netlink/netfilter/ct.h include/netlink/netfilter/log.h include/netlink/netfilter/nfnl.h lib/netfilter/ct.c lib/netfilter/ct_obj.c lib/netfilter/log.c lib/netfilter/log_obj.c lib/netfilter/nfnl.c src/f_ct.c src/nf-ct-dump.c src/nf-monitor.c src/nf-log.c Copyright (c) 2003-2006 Thomas Graf Copyright (c) 2007 Philip Craig Copyright (c) 2007 Secure Computing Corporation All other *.c and *.h files not mentioned above are copyright of: Copyright (c) 2003-2006 Thomas Graf License: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation version 2.1 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. On Debian GNU/Linux systems, the complete text of the GNU Lesser General Public License can be found in /usr/share/common-licenses/LGPL-2.1 debian/source/0000775000000000000000000000000012141516726010475 5ustar debian/source/format0000664000000000000000000000001412141516440011674 0ustar 3.0 (quilt) debian/libnl-doc.install0000664000000000000000000000004212141516440012415 0ustar doc/html/ usr/share/doc/libnl-doc debian/libnl1.symbols0000664000000000000000000006204312141516440011766 0ustar libnl.so.1 libnl1 #MINVER# __cache_pickup@Base 1.1 __nl_error@Base 1.1 __nl_read_num_str_file@Base 1.1 __rtnl_class_lookup_ops@Base 1.1 __rtnl_cls_lookup_ops@Base 1.1 __rtnl_qdisc_lookup_ops@Base 1.1 class_obj_ops@Base 1.1 cls_obj_ops@Base 1.1 ct_obj_ops@Base 1.1 flnl_lookup@Base 1.1 flnl_lookup_build_request@Base 1.1 flnl_request_alloc@Base 1.1 flnl_request_get_addr@Base 1.1 flnl_request_get_fwmark@Base 1.1 flnl_request_get_scope@Base 1.1 flnl_request_get_table@Base 1.1 flnl_request_get_tos@Base 1.1 flnl_request_set_addr@Base 1.1 flnl_request_set_fwmark@Base 1.1 flnl_request_set_scope@Base 1.1 flnl_request_set_table@Base 1.1 flnl_request_set_tos@Base 1.1 flnl_result_alloc@Base 1.1 flnl_result_alloc_cache@Base 1.1 flnl_result_get_error@Base 1.1 flnl_result_get_nexthop_sel@Base 1.1 flnl_result_get_prefixlen@Base 1.1 flnl_result_get_scope@Base 1.1 flnl_result_get_table_id@Base 1.1 flnl_result_get_type@Base 1.1 flnl_result_put@Base 1.1 genl_connect@Base 1.1 genl_ctrl_alloc_cache@Base 1.1 genl_ctrl_resolve@Base 1.1 genl_ctrl_search@Base 1.1 genl_ctrl_search_by_name@Base 1.1 genl_family_add_op@Base 1.1 genl_family_alloc@Base 1.1 genl_family_get_hdrsize@Base 1.1 genl_family_get_id@Base 1.1 genl_family_get_maxattr@Base 1.1 genl_family_get_name@Base 1.1 genl_family_get_version@Base 1.1 genl_family_ops@Base 1.1 genl_family_put@Base 1.1 genl_family_set_hdrsize@Base 1.1 genl_family_set_id@Base 1.1 genl_family_set_maxattr@Base 1.1 genl_family_set_name@Base 1.1 genl_family_set_version@Base 1.1 genl_mngt_resolve@Base 1.1 genl_op2name@Base 1.1 genl_ops_resolve@Base 1.1 genl_register@Base 1.1 genl_send_simple@Base 1.1 genl_unregister@Base 1.1 genlmsg_attrdata@Base 1.1 genlmsg_attrlen@Base 1.1 genlmsg_data@Base 1.1 genlmsg_len@Base 1.1 genlmsg_parse@Base 1.1 genlmsg_put@Base 1.1 genlmsg_valid_hdr@Base 1.1 genlmsg_validate@Base 1.1 log_obj_ops@Base 1.1 nfnl_connect@Base 1.1 nfnl_ct_alloc@Base 1.1 nfnl_ct_alloc_cache@Base 1.1 nfnl_ct_dump_request@Base 1.1 nfnl_ct_get@Base 1.1 nfnl_ct_get_bytes@Base 1.1 nfnl_ct_get_dst@Base 1.1 nfnl_ct_get_dst_port@Base 1.1 nfnl_ct_get_family@Base 1.1 nfnl_ct_get_icmp_code@Base 1.1 nfnl_ct_get_icmp_id@Base 1.1 nfnl_ct_get_icmp_type@Base 1.1 nfnl_ct_get_id@Base 1.1 nfnl_ct_get_mark@Base 1.1 nfnl_ct_get_packets@Base 1.1 nfnl_ct_get_proto@Base 1.1 nfnl_ct_get_src@Base 1.1 nfnl_ct_get_src_port@Base 1.1 nfnl_ct_get_status@Base 1.1 nfnl_ct_get_tcp_state@Base 1.1 nfnl_ct_get_timeout@Base 1.1 nfnl_ct_get_use@Base 1.1 nfnl_ct_put@Base 1.1 nfnl_ct_set_bytes@Base 1.1 nfnl_ct_set_dst@Base 1.1 nfnl_ct_set_dst_port@Base 1.1 nfnl_ct_set_family@Base 1.1 nfnl_ct_set_icmp_code@Base 1.1 nfnl_ct_set_icmp_id@Base 1.1 nfnl_ct_set_icmp_type@Base 1.1 nfnl_ct_set_id@Base 1.1 nfnl_ct_set_mark@Base 1.1 nfnl_ct_set_packets@Base 1.1 nfnl_ct_set_proto@Base 1.1 nfnl_ct_set_src@Base 1.1 nfnl_ct_set_src_port@Base 1.1 nfnl_ct_set_status@Base 1.1 nfnl_ct_set_tcp_state@Base 1.1 nfnl_ct_set_timeout@Base 1.1 nfnl_ct_set_use@Base 1.1 nfnl_ct_str2tcp_state@Base 1.1 nfnl_ct_tcp_state2str@Base 1.1 nfnl_ct_test_bytes@Base 1.1 nfnl_ct_test_dst_port@Base 1.1 nfnl_ct_test_icmp_code@Base 1.1 nfnl_ct_test_icmp_id@Base 1.1 nfnl_ct_test_icmp_type@Base 1.1 nfnl_ct_test_id@Base 1.1 nfnl_ct_test_mark@Base 1.1 nfnl_ct_test_packets@Base 1.1 nfnl_ct_test_proto@Base 1.1 nfnl_ct_test_src_port@Base 1.1 nfnl_ct_test_tcp_state@Base 1.1 nfnl_ct_test_timeout@Base 1.1 nfnl_ct_test_use@Base 1.1 nfnl_ct_unset_status@Base 1.1 nfnl_log_alloc@Base 1.1 nfnl_log_bind@Base 1.1 nfnl_log_build_bind@Base 1.1 nfnl_log_build_mode@Base 1.1 nfnl_log_build_pf_bind@Base 1.1 nfnl_log_build_pf_unbind@Base 1.1 nfnl_log_build_unbind@Base 1.1 nfnl_log_get@Base 1.1 nfnl_log_get_family@Base 1.1 nfnl_log_get_hook@Base 1.1 nfnl_log_get_hwaddr@Base 1.1 nfnl_log_get_hwproto@Base 1.1 nfnl_log_get_indev@Base 1.1 nfnl_log_get_mark@Base 1.1 nfnl_log_get_outdev@Base 1.1 nfnl_log_get_payload@Base 1.1 nfnl_log_get_physindev@Base 1.1 nfnl_log_get_physoutdev@Base 1.1 nfnl_log_get_prefix@Base 1.1 nfnl_log_get_seq@Base 1.1 nfnl_log_get_seq_global@Base 1.1 nfnl_log_get_timestamp@Base 1.1 nfnl_log_get_uid@Base 1.1 nfnl_log_pf_bind@Base 1.1 nfnl_log_pf_unbind@Base 1.1 nfnl_log_put@Base 1.1 nfnl_log_set_family@Base 1.1 nfnl_log_set_hook@Base 1.1 nfnl_log_set_hwaddr@Base 1.1 nfnl_log_set_hwproto@Base 1.1 nfnl_log_set_indev@Base 1.1 nfnl_log_set_mark@Base 1.1 nfnl_log_set_mode@Base 1.1 nfnl_log_set_outdev@Base 1.1 nfnl_log_set_payload@Base 1.1 nfnl_log_set_physindev@Base 1.1 nfnl_log_set_physoutdev@Base 1.1 nfnl_log_set_prefix@Base 1.1 nfnl_log_set_seq@Base 1.1 nfnl_log_set_seq_global@Base 1.1 nfnl_log_set_timestamp@Base 1.1 nfnl_log_set_uid@Base 1.1 nfnl_log_test_hook@Base 1.1 nfnl_log_test_hwproto@Base 1.1 nfnl_log_test_mark@Base 1.1 nfnl_log_test_seq@Base 1.1 nfnl_log_test_seq_global@Base 1.1 nfnl_log_test_uid@Base 1.1 nfnl_log_unbind@Base 1.1 nfnl_send_simple@Base 1.1 nfnlmsg_alloc_simple@Base 1.1 nfnlmsg_ct_group@Base 1.1 nfnlmsg_ct_parse@Base 1.1 nfnlmsg_family@Base 1.1 nfnlmsg_log_parse@Base 1.1 nfnlmsg_put@Base 1.1 nfnlmsg_res_id@Base 1.1 nfnlmsg_subsys@Base 1.1 nfnlmsg_subtype@Base 1.1 nl_addr2str@Base 1.1 nl_addr_alloc@Base 1.1 nl_addr_build@Base 1.1 nl_addr_clone@Base 1.1 nl_addr_cmp@Base 1.1 nl_addr_cmp_prefix@Base 1.1 nl_addr_destroy@Base 1.1 nl_addr_fill_sockaddr@Base 1.1 nl_addr_get@Base 1.1 nl_addr_get_binary_addr@Base 1.1 nl_addr_get_family@Base 1.1 nl_addr_get_len@Base 1.1 nl_addr_get_prefixlen@Base 1.1 nl_addr_guess_family@Base 1.1 nl_addr_info@Base 1.1 nl_addr_iszero@Base 1.1 nl_addr_parse@Base 1.1 nl_addr_put@Base 1.1 nl_addr_resolve@Base 1.1 nl_addr_set_binary_addr@Base 1.1 nl_addr_set_family@Base 1.1 nl_addr_set_prefixlen@Base 1.1 nl_addr_shared@Base 1.1 nl_addr_valid@Base 1.1 nl_af2str@Base 1.1 nl_cache_add@Base 1.1 nl_cache_alloc@Base 1.1 nl_cache_alloc_name@Base 1.1 nl_cache_clear@Base 1.1 nl_cache_dump@Base 1.1 nl_cache_dump_filter@Base 1.1 nl_cache_foreach@Base 1.1 nl_cache_foreach_filter@Base 1.1 nl_cache_free@Base 1.1 nl_cache_get_first@Base 1.1 nl_cache_get_last@Base 1.1 nl_cache_get_next@Base 1.1 nl_cache_get_ops@Base 1.1 nl_cache_get_prev@Base 1.1 nl_cache_include@Base 1.1 nl_cache_is_empty@Base 1.1 nl_cache_mark_all@Base 1.1 nl_cache_mngr_add@Base 1.1 nl_cache_mngr_alloc@Base 1.1 nl_cache_mngr_data_ready@Base 1.1 nl_cache_mngr_free@Base 1.1 nl_cache_mngr_get_fd@Base 1.1 nl_cache_mngr_poll@Base 1.1 nl_cache_mngt_provide@Base 1.1 nl_cache_mngt_register@Base 1.1 nl_cache_mngt_require@Base 1.1 nl_cache_mngt_unprovide@Base 1.1 nl_cache_mngt_unregister@Base 1.1 nl_cache_move@Base 1.1 nl_cache_nitems@Base 1.1 nl_cache_nitems_filter@Base 1.1 nl_cache_ops_associate@Base 1.1 nl_cache_ops_foreach@Base 1.1 nl_cache_ops_lookup@Base 1.1 nl_cache_parse@Base 1.1 nl_cache_parse_and_add@Base 1.1 nl_cache_pickup@Base 1.1 nl_cache_refill@Base 1.1 nl_cache_remove@Base 1.1 nl_cache_request_full_dump@Base 1.1 nl_cache_resync@Base 1.1 nl_cache_search@Base 1.1 nl_cache_subset@Base 1.1 nl_cancel_down_bits@Base 1.1 nl_cancel_down_bytes@Base 1.1 nl_cancel_down_us@Base 1.1 nl_cb_alloc@Base 1.1 nl_cb_clone@Base 1.1 nl_cb_err@Base 1.1 nl_cb_get@Base 1.1 nl_cb_overwrite_recv@Base 1.1 nl_cb_overwrite_recvmsgs@Base 1.1 nl_cb_overwrite_send@Base 1.1 nl_cb_put@Base 1.1 nl_cb_set@Base 1.1 nl_cb_set_all@Base 1.1 nl_close@Base 1.1 nl_connect@Base 1.1 nl_data_alloc@Base 1.1 nl_data_append@Base 1.1 nl_data_clone@Base 1.1 nl_data_cmp@Base 1.1 nl_data_free@Base 1.1 nl_data_get@Base 1.1 nl_data_get_size@Base 1.1 nl_debug@Base 1.1 nl_debug_dp@Base 1.1 nl_disable_sequence_check@Base 1.1 nl_dump@Base 1.1 nl_ether_proto2str@Base 1.1 nl_get_errno@Base 1.1 nl_get_hz@Base 1.1 nl_geterror@Base 1.1 nl_handle_alloc@Base 1.1 nl_handle_alloc_cb@Base 1.1 nl_handle_destroy@Base 1.1 nl_ip_proto2str@Base 1.1 nl_join_groups@Base 1.1 nl_llproto2str@Base 1.1 nl_msec2str@Base 1.1 nl_msg_dump@Base 1.1 nl_msg_parse@Base 1.1 nl_msgtype_lookup@Base 1.1 nl_new_line@Base 1.1 nl_nlfamily2str@Base 1.1 nl_nlmsg_flags2str@Base 1.1 nl_nlmsgtype2str@Base 1.1 nl_object_alloc@Base 1.1 nl_object_alloc_name@Base 1.1 nl_object_attr_list@Base 1.1 nl_object_attrs2str@Base 1.1 nl_object_clone@Base 1.1 nl_object_diff@Base 1.1 nl_object_dump@Base 1.1 nl_object_free@Base 1.1 nl_object_get@Base 1.1 nl_object_get_cache@Base 1.1 nl_object_get_refcnt@Base 1.1 nl_object_identical@Base 1.1 nl_object_is_marked@Base 1.1 nl_object_mark@Base 1.1 nl_object_match_filter@Base 1.1 nl_object_priv@Base 1.1 nl_object_put@Base 1.1 nl_object_shared@Base 1.1 nl_object_unmark@Base 1.1 nl_ovl_strategy2str@Base 1.1 nl_perror@Base 1.1 nl_police2str@Base 1.1 nl_prob2int@Base 1.1 nl_recv@Base 1.1 nl_recvmsgs@Base 1.1 nl_recvmsgs_default@Base 1.1 nl_rtgen_request@Base 1.1 nl_rtntype2str@Base 1.1 nl_send@Base 1.1 nl_send_auto_complete@Base 1.1 nl_send_simple@Base 1.1 nl_sendmsg@Base 1.1 nl_sendto@Base 1.1 nl_set_buffer_size@Base 1.1 nl_set_passcred@Base 1.1 nl_size2int@Base 1.1 nl_socket_add_membership@Base 1.1 nl_socket_disable_msg_peek@Base 1.1 nl_socket_drop_membership@Base 1.1 nl_socket_enable_msg_peek@Base 1.1 nl_socket_get_cb@Base 1.1 nl_socket_get_fd@Base 1.1 nl_socket_get_local_port@Base 1.1 nl_socket_get_peer_port@Base 1.1 nl_socket_modify_cb@Base 1.1 nl_socket_recv_pktinfo@Base 1.1 nl_socket_set_cb@Base 1.1 nl_socket_set_local_port@Base 1.1 nl_socket_set_nonblocking@Base 1.1 nl_socket_set_peer_port@Base 1.1 nl_socket_use_seq@Base 1.1 nl_str2af@Base 1.1 nl_str2ether_proto@Base 1.1 nl_str2ip_proto@Base 1.1 nl_str2llproto@Base 1.1 nl_str2nlfamily@Base 1.1 nl_str2nlmsgtype@Base 1.1 nl_str2ovl_strategy@Base 1.1 nl_str2police@Base 1.1 nl_str2rtntype@Base 1.1 nl_ticks2us@Base 1.1 nl_time2int@Base 1.1 nl_us2ticks@Base 1.1 nl_wait_for_ack@Base 1.1 nla_attr_size@Base 1.1 nla_data@Base 1.1 nla_find@Base 1.1 nla_get_addr@Base 1.1 nla_get_data@Base 1.1 nla_get_flag@Base 1.1 nla_get_msecs@Base 1.1 nla_get_string@Base 1.1 nla_get_u16@Base 1.1 nla_get_u32@Base 1.1 nla_get_u64@Base 1.1 nla_get_u8@Base 1.1 nla_len@Base 1.1 nla_memcmp@Base 1.1 nla_memcpy@Base 1.1 nla_nest_end@Base 1.1 nla_nest_start@Base 1.1 nla_next@Base 1.1 nla_ok@Base 1.1 nla_padlen@Base 1.1 nla_parse@Base 1.1 nla_parse_nested@Base 1.1 nla_put@Base 1.1 nla_put_addr@Base 1.1 nla_put_data@Base 1.1 nla_put_flag@Base 1.1 nla_put_msecs@Base 1.1 nla_put_nested@Base 1.1 nla_put_string@Base 1.1 nla_put_u16@Base 1.1 nla_put_u32@Base 1.1 nla_put_u64@Base 1.1 nla_put_u8@Base 1.1 nla_reserve@Base 1.1 nla_strcmp@Base 1.1 nla_strlcpy@Base 1.1 nla_total_size@Base 1.1 nla_type@Base 1.1 nla_validate@Base 1.1 nlmsg_alloc@Base 1.1 nlmsg_alloc_simple@Base 1.1 nlmsg_alloc_size@Base 1.1 nlmsg_append@Base 1.1 nlmsg_attrdata@Base 1.1 nlmsg_attrlen@Base 1.1 nlmsg_convert@Base 1.1 nlmsg_data@Base 1.1 nlmsg_expand@Base 1.1 nlmsg_find_attr@Base 1.1 nlmsg_free@Base 1.1 nlmsg_get_creds@Base 1.1 nlmsg_get_dst@Base 1.1 nlmsg_get_max_size@Base 1.1 nlmsg_get_proto@Base 1.1 nlmsg_get_src@Base 1.1 nlmsg_hdr@Base 1.1 nlmsg_inherit@Base 1.1 nlmsg_len@Base 1.1 nlmsg_msg_size@Base 1.1 nlmsg_next@Base 1.1 nlmsg_ok@Base 1.1 nlmsg_padlen@Base 1.1 nlmsg_parse@Base 1.1 nlmsg_put@Base 1.1 nlmsg_reserve@Base 1.1 nlmsg_set_creds@Base 1.1 nlmsg_set_default_size@Base 1.1 nlmsg_set_dst@Base 1.1 nlmsg_set_proto@Base 1.1 nlmsg_set_src@Base 1.1 nlmsg_tail@Base 1.1 nlmsg_total_size@Base 1.1 nlmsg_valid_hdr@Base 1.1 nlmsg_validate@Base 1.1 qdisc_obj_ops@Base 1.1 route_obj_ops@Base 1.1 rtnl_addr_add@Base 1.1 rtnl_addr_alloc@Base 1.1 rtnl_addr_alloc_cache@Base 1.1 rtnl_addr_build_add_request@Base 1.1 rtnl_addr_build_delete_request@Base 1.1 rtnl_addr_delete@Base 1.1 rtnl_addr_flags2str@Base 1.1 rtnl_addr_get_anycast@Base 1.1 rtnl_addr_get_broadcast@Base 1.1 rtnl_addr_get_family@Base 1.1 rtnl_addr_get_flags@Base 1.1 rtnl_addr_get_ifindex@Base 1.1 rtnl_addr_get_label@Base 1.1 rtnl_addr_get_local@Base 1.1 rtnl_addr_get_multicast@Base 1.1 rtnl_addr_get_peer@Base 1.1 rtnl_addr_get_prefixlen@Base 1.1 rtnl_addr_get_scope@Base 1.1 rtnl_addr_put@Base 1.1 rtnl_addr_set_anycast@Base 1.1 rtnl_addr_set_broadcast@Base 1.1 rtnl_addr_set_family@Base 1.1 rtnl_addr_set_flags@Base 1.1 rtnl_addr_set_ifindex@Base 1.1 rtnl_addr_set_label@Base 1.1 rtnl_addr_set_local@Base 1.1 rtnl_addr_set_multicast@Base 1.1 rtnl_addr_set_peer@Base 1.1 rtnl_addr_set_prefixlen@Base 1.1 rtnl_addr_set_scope@Base 1.1 rtnl_addr_str2flags@Base 1.1 rtnl_addr_unset_flags@Base 1.1 rtnl_class_add@Base 1.1 rtnl_class_alloc@Base 1.1 rtnl_class_alloc_cache@Base 1.1 rtnl_class_build_add_request@Base 1.1 rtnl_class_dsmark_get_bitmask@Base 1.1 rtnl_class_dsmark_get_value@Base 1.1 rtnl_class_dsmark_set_bitmask@Base 1.1 rtnl_class_dsmark_set_value@Base 1.1 rtnl_class_foreach_child@Base 1.1 rtnl_class_foreach_cls@Base 1.1 rtnl_class_get_handle@Base 1.1 rtnl_class_get_ifindex@Base 1.1 rtnl_class_get_kind@Base 1.1 rtnl_class_get_parent@Base 1.1 rtnl_class_get_stat@Base 1.1 rtnl_class_leaf_qdisc@Base 1.1 rtnl_class_lookup_ops@Base 1.1 rtnl_class_put@Base 1.1 rtnl_class_register@Base 1.1 rtnl_class_set_handle@Base 1.1 rtnl_class_set_ifindex@Base 1.1 rtnl_class_set_kind@Base 1.1 rtnl_class_set_parent@Base 1.1 rtnl_class_unregister@Base 1.1 rtnl_cls_add@Base 1.1 rtnl_cls_alloc@Base 1.1 rtnl_cls_alloc_cache@Base 1.1 rtnl_cls_build_add_request@Base 1.1 rtnl_cls_build_change_request@Base 1.1 rtnl_cls_build_delete_request@Base 1.1 rtnl_cls_change@Base 1.1 rtnl_cls_delete@Base 1.1 rtnl_cls_get_prio@Base 1.1 rtnl_cls_get_protocol@Base 1.1 rtnl_cls_lookup_ops@Base 1.1 rtnl_cls_put@Base 1.1 rtnl_cls_register@Base 1.1 rtnl_cls_set_handle@Base 1.1 rtnl_cls_set_ifindex@Base 1.1 rtnl_cls_set_kind@Base 1.1 rtnl_cls_set_parent@Base 1.1 rtnl_cls_set_prio@Base 1.1 rtnl_cls_set_protocol@Base 1.1 rtnl_cls_unregister@Base 1.1 rtnl_fw_set_classid@Base 1.1 rtnl_htb_set_cbuffer@Base 1.1 rtnl_htb_set_ceil@Base 1.1 rtnl_htb_set_defcls@Base 1.1 rtnl_htb_set_mpu@Base 1.1 rtnl_htb_set_mtu@Base 1.1 rtnl_htb_set_overhead@Base 1.1 rtnl_htb_set_prio@Base 1.1 rtnl_htb_set_quantum@Base 1.1 rtnl_htb_set_rate2quantum@Base 1.1 rtnl_htb_set_rate@Base 1.1 rtnl_htb_set_rbuffer@Base 1.1 rtnl_link_alloc@Base 1.1 rtnl_link_alloc_cache@Base 1.1 rtnl_link_build_change_request@Base 1.1 rtnl_link_change@Base 1.1 rtnl_link_flags2str@Base 1.1 rtnl_link_get@Base 1.1 rtnl_link_get_addr@Base 1.1 rtnl_link_get_arptype@Base 1.1 rtnl_link_get_broadcast@Base 1.1 rtnl_link_get_by_name@Base 1.1 rtnl_link_get_family@Base 1.1 rtnl_link_get_flags@Base 1.1 rtnl_link_get_ifindex@Base 1.1 rtnl_link_get_info_type@Base 1.1 rtnl_link_get_link@Base 1.1 rtnl_link_get_linkmode@Base 1.1 rtnl_link_get_master@Base 1.1 rtnl_link_get_mtu@Base 1.1 rtnl_link_get_name@Base 1.1 rtnl_link_get_operstate@Base 1.1 rtnl_link_get_qdisc@Base 1.1 rtnl_link_get_stat@Base 1.1 rtnl_link_get_txqlen@Base 1.1 rtnl_link_get_weight@Base 1.1 rtnl_link_i2name@Base 1.1 rtnl_link_info_ops_lookup@Base 1.1 rtnl_link_mode2str@Base 1.1 rtnl_link_name2i@Base 1.1 rtnl_link_operstate2str@Base 1.1 rtnl_link_put@Base 1.1 rtnl_link_register_info@Base 1.1 rtnl_link_set_addr@Base 1.1 rtnl_link_set_arptype@Base 1.1 rtnl_link_set_broadcast@Base 1.1 rtnl_link_set_family@Base 1.1 rtnl_link_set_flags@Base 1.1 rtnl_link_set_ifindex@Base 1.1 rtnl_link_set_info_type@Base 1.1 rtnl_link_set_link@Base 1.1 rtnl_link_set_linkmode@Base 1.1 rtnl_link_set_master@Base 1.1 rtnl_link_set_mtu@Base 1.1 rtnl_link_set_name@Base 1.1 rtnl_link_set_operstate@Base 1.1 rtnl_link_set_qdisc@Base 1.1 rtnl_link_set_txqlen@Base 1.1 rtnl_link_set_weight@Base 1.1 rtnl_link_stat2str@Base 1.1 rtnl_link_str2flags@Base 1.1 rtnl_link_str2mode@Base 1.1 rtnl_link_str2operstate@Base 1.1 rtnl_link_str2stat@Base 1.1 rtnl_link_unregister_info@Base 1.1 rtnl_link_unset_flags@Base 1.1 rtnl_link_vlan_flags2str@Base 1.1 rtnl_link_vlan_get_egress_map@Base 1.1 rtnl_link_vlan_get_flags@Base 1.1 rtnl_link_vlan_get_id@Base 1.1 rtnl_link_vlan_get_ingress_map@Base 1.1 rtnl_link_vlan_set_egress_map@Base 1.1 rtnl_link_vlan_set_flags@Base 1.1 rtnl_link_vlan_set_id@Base 1.1 rtnl_link_vlan_set_ingress_map@Base 1.1 rtnl_link_vlan_str2flags@Base 1.1 rtnl_link_vlan_unset_flags@Base 1.1 rtnl_neigh_add@Base 1.1 rtnl_neigh_alloc@Base 1.1 rtnl_neigh_alloc_cache@Base 1.1 rtnl_neigh_build_add_request@Base 1.1 rtnl_neigh_build_change_request@Base 1.1 rtnl_neigh_build_delete_request@Base 1.1 rtnl_neigh_change@Base 1.1 rtnl_neigh_delete@Base 1.1 rtnl_neigh_flags2str@Base 1.1 rtnl_neigh_get@Base 1.1 rtnl_neigh_get_dst@Base 1.1 rtnl_neigh_get_flags@Base 1.1 rtnl_neigh_get_ifindex@Base 1.1 rtnl_neigh_get_lladdr@Base 1.1 rtnl_neigh_get_state@Base 1.1 rtnl_neigh_get_type@Base 1.1 rtnl_neigh_put@Base 1.1 rtnl_neigh_set_dst@Base 1.1 rtnl_neigh_set_family@Base 1.1 rtnl_neigh_set_flags@Base 1.1 rtnl_neigh_set_ifindex@Base 1.1 rtnl_neigh_set_lladdr@Base 1.1 rtnl_neigh_set_state@Base 1.1 rtnl_neigh_set_type@Base 1.1 rtnl_neigh_state2str@Base 1.1 rtnl_neigh_str2flag@Base 1.1 rtnl_neigh_str2state@Base 1.1 rtnl_neigh_unset_flags@Base 1.1 rtnl_neigh_unset_state@Base 1.1 rtnl_neightbl_alloc@Base 1.1 rtnl_neightbl_alloc_cache@Base 1.1 rtnl_neightbl_build_change_request@Base 1.1 rtnl_neightbl_change@Base 1.1 rtnl_neightbl_get@Base 1.1 rtnl_neightbl_put@Base 1.1 rtnl_neightbl_set_anycast_delay@Base 1.1 rtnl_neightbl_set_app_probes@Base 1.1 rtnl_neightbl_set_base_reachable_time@Base 1.1 rtnl_neightbl_set_delay_probe_time@Base 1.1 rtnl_neightbl_set_dev@Base 1.1 rtnl_neightbl_set_family@Base 1.1 rtnl_neightbl_set_gc_interval@Base 1.1 rtnl_neightbl_set_gc_stale_time@Base 1.1 rtnl_neightbl_set_gc_tresh1@Base 1.1 rtnl_neightbl_set_gc_tresh2@Base 1.1 rtnl_neightbl_set_gc_tresh3@Base 1.1 rtnl_neightbl_set_locktime@Base 1.1 rtnl_neightbl_set_mcast_probes@Base 1.1 rtnl_neightbl_set_name@Base 1.1 rtnl_neightbl_set_proxy_delay@Base 1.1 rtnl_neightbl_set_proxy_queue_len@Base 1.1 rtnl_neightbl_set_queue_len@Base 1.1 rtnl_neightbl_set_retrans_time@Base 1.1 rtnl_neightbl_set_ucast_probes@Base 1.1 rtnl_netem_get_delay@Base 1.1 rtnl_netem_get_delay_correlation@Base 1.1 rtnl_netem_get_duplicate@Base 1.1 rtnl_netem_get_duplicate_correlation@Base 1.1 rtnl_netem_get_gap@Base 1.1 rtnl_netem_get_jitter@Base 1.1 rtnl_netem_get_limit@Base 1.1 rtnl_netem_get_loss@Base 1.1 rtnl_netem_get_loss_correlation@Base 1.1 rtnl_netem_get_reorder_correlation@Base 1.1 rtnl_netem_get_reorder_probability@Base 1.1 rtnl_netem_set_delay@Base 1.1 rtnl_netem_set_delay_correlation@Base 1.1 rtnl_netem_set_duplicate@Base 1.1 rtnl_netem_set_duplicate_correlation@Base 1.1 rtnl_netem_set_gap@Base 1.1 rtnl_netem_set_jitter@Base 1.1 rtnl_netem_set_limit@Base 1.1 rtnl_netem_set_loss@Base 1.1 rtnl_netem_set_loss_correlation@Base 1.1 rtnl_netem_set_reorder_correlation@Base 1.1 rtnl_netem_set_reorder_probability@Base 1.1 rtnl_prio2str@Base 1.1 rtnl_qdisc_add@Base 1.1 rtnl_qdisc_alloc@Base 1.1 rtnl_qdisc_alloc_cache@Base 1.1 rtnl_qdisc_build_add_request@Base 1.1 rtnl_qdisc_build_change_request@Base 1.1 rtnl_qdisc_build_delete_request@Base 1.1 rtnl_qdisc_change@Base 1.1 rtnl_qdisc_delete@Base 1.1 rtnl_qdisc_dsmark_get_default_index@Base 1.1 rtnl_qdisc_dsmark_get_indices@Base 1.1 rtnl_qdisc_dsmark_get_set_tc_index@Base 1.1 rtnl_qdisc_dsmark_set_default_index@Base 1.1 rtnl_qdisc_dsmark_set_indices@Base 1.1 rtnl_qdisc_dsmark_set_set_tc_index@Base 1.1 rtnl_qdisc_fifo_get_limit@Base 1.1 rtnl_qdisc_fifo_set_limit@Base 1.1 rtnl_qdisc_foreach_child@Base 1.1 rtnl_qdisc_foreach_cls@Base 1.1 rtnl_qdisc_get@Base 1.1 rtnl_qdisc_get_by_parent@Base 1.1 rtnl_qdisc_get_handle@Base 1.1 rtnl_qdisc_get_ifindex@Base 1.1 rtnl_qdisc_get_kind@Base 1.1 rtnl_qdisc_get_opts@Base 1.1 rtnl_qdisc_get_parent@Base 1.1 rtnl_qdisc_get_stat@Base 1.1 rtnl_qdisc_lookup_ops@Base 1.1 rtnl_qdisc_prio_get_bands@Base 1.1 rtnl_qdisc_prio_get_priomap@Base 1.1 rtnl_qdisc_prio_set_bands@Base 1.1 rtnl_qdisc_prio_set_priomap@Base 1.1 rtnl_qdisc_put@Base 1.1 rtnl_qdisc_register@Base 1.1 rtnl_qdisc_set_handle@Base 1.1 rtnl_qdisc_set_ifindex@Base 1.1 rtnl_qdisc_set_kind@Base 1.1 rtnl_qdisc_set_parent@Base 1.1 rtnl_qdisc_tbf_get_limit@Base 1.1 rtnl_qdisc_tbf_get_mpu@Base 1.1 rtnl_qdisc_tbf_get_peakrate@Base 1.1 rtnl_qdisc_tbf_get_peakrate_bucket@Base 1.1 rtnl_qdisc_tbf_get_peakrate_cell@Base 1.1 rtnl_qdisc_tbf_get_rate@Base 1.1 rtnl_qdisc_tbf_get_rate_bucket@Base 1.1 rtnl_qdisc_tbf_get_rate_cell@Base 1.1 rtnl_qdisc_tbf_set_limit@Base 1.1 rtnl_qdisc_tbf_set_limit_by_latency@Base 1.1 rtnl_qdisc_tbf_set_mpu@Base 1.1 rtnl_qdisc_tbf_set_peakrate@Base 1.1 rtnl_qdisc_tbf_set_rate@Base 1.1 rtnl_qdisc_unregister@Base 1.1 rtnl_realms2str@Base 1.1 rtnl_red_get_limit@Base 1.1 rtnl_red_set_limit@Base 1.1 rtnl_route_add@Base 1.1 rtnl_route_add_nexthop@Base 1.1 rtnl_route_alloc@Base 1.1 rtnl_route_alloc_cache@Base 1.1 rtnl_route_build_add_request@Base 1.1 rtnl_route_build_del_request@Base 1.1 rtnl_route_del@Base 1.1 rtnl_route_get@Base 1.1 rtnl_route_get_dst@Base 1.1 rtnl_route_get_dst_len@Base 1.1 rtnl_route_get_family@Base 1.1 rtnl_route_get_flags@Base 1.1 rtnl_route_get_gateway@Base 1.1 rtnl_route_get_iif@Base 1.1 rtnl_route_get_metric@Base 1.1 rtnl_route_get_mp_algo@Base 1.1 rtnl_route_get_nexthops@Base 1.1 rtnl_route_get_oif@Base 1.1 rtnl_route_get_pref_src@Base 1.1 rtnl_route_get_prio@Base 1.1 rtnl_route_get_protocol@Base 1.1 rtnl_route_get_realms@Base 1.1 rtnl_route_get_scope@Base 1.1 rtnl_route_get_src@Base 1.1 rtnl_route_get_src_len@Base 1.1 rtnl_route_get_table@Base 1.1 rtnl_route_get_tos@Base 1.1 rtnl_route_get_type@Base 1.1 rtnl_route_metric2str@Base 1.1 rtnl_route_nh_alloc@Base 1.1 rtnl_route_nh_clone@Base 1.1 rtnl_route_nh_flags2str@Base 1.1 rtnl_route_nh_free@Base 1.1 rtnl_route_nh_get_flags@Base 1.1 rtnl_route_nh_get_gateway@Base 1.1 rtnl_route_nh_get_ifindex@Base 1.1 rtnl_route_nh_get_weight@Base 1.1 rtnl_route_nh_set_flags@Base 1.1 rtnl_route_nh_set_gateway@Base 1.1 rtnl_route_nh_set_ifindex@Base 1.1 rtnl_route_nh_set_weight@Base 1.1 rtnl_route_nh_str2flags@Base 1.1 rtnl_route_nh_unset_flags@Base 1.1 rtnl_route_proto2str@Base 1.1 rtnl_route_put@Base 1.1 rtnl_route_read_protocol_names@Base 1.1 rtnl_route_read_table_names@Base 1.1 rtnl_route_remove_nexthop@Base 1.1 rtnl_route_set_cacheinfo@Base 1.1 rtnl_route_set_dst@Base 1.1 rtnl_route_set_family@Base 1.1 rtnl_route_set_flags@Base 1.1 rtnl_route_set_gateway@Base 1.1 rtnl_route_set_iif@Base 1.1 rtnl_route_set_metric@Base 1.1 rtnl_route_set_mp_algo@Base 1.1 rtnl_route_set_oif@Base 1.1 rtnl_route_set_pref_src@Base 1.1 rtnl_route_set_prio@Base 1.1 rtnl_route_set_protocol@Base 1.1 rtnl_route_set_realms@Base 1.1 rtnl_route_set_scope@Base 1.1 rtnl_route_set_src@Base 1.1 rtnl_route_set_table@Base 1.1 rtnl_route_set_tos@Base 1.1 rtnl_route_set_type@Base 1.1 rtnl_route_str2metric@Base 1.1 rtnl_route_str2proto@Base 1.1 rtnl_route_str2table@Base 1.1 rtnl_route_table2str@Base 1.1 rtnl_route_unset_flags@Base 1.1 rtnl_route_unset_metric@Base 1.1 rtnl_rule_add@Base 1.1 rtnl_rule_alloc@Base 1.1 rtnl_rule_alloc_cache@Base 1.1 rtnl_rule_alloc_cache_by_family@Base 1.1 rtnl_rule_build_add_request@Base 1.1 rtnl_rule_build_delete_request@Base 1.1 rtnl_rule_delete@Base 1.1 rtnl_rule_get_action@Base 1.1 rtnl_rule_get_dsfield@Base 1.1 rtnl_rule_get_dst@Base 1.1 rtnl_rule_get_dst_len@Base 1.1 rtnl_rule_get_family@Base 1.1 rtnl_rule_get_iif@Base 1.1 rtnl_rule_get_mark@Base 1.1 rtnl_rule_get_prio@Base 1.1 rtnl_rule_get_realms@Base 1.1 rtnl_rule_get_src@Base 1.1 rtnl_rule_get_src_len@Base 1.1 rtnl_rule_get_table@Base 1.1 rtnl_rule_put@Base 1.1 rtnl_rule_set_action@Base 1.1 rtnl_rule_set_dsfield@Base 1.1 rtnl_rule_set_dst@Base 1.1 rtnl_rule_set_dst_len@Base 1.1 rtnl_rule_set_family@Base 1.1 rtnl_rule_set_iif@Base 1.1 rtnl_rule_set_mark@Base 1.1 rtnl_rule_set_prio@Base 1.1 rtnl_rule_set_realms@Base 1.1 rtnl_rule_set_src@Base 1.1 rtnl_rule_set_src_len@Base 1.1 rtnl_rule_set_table@Base 1.1 rtnl_scope2str@Base 1.1 rtnl_sfq_get_divisor@Base 1.1 rtnl_sfq_get_limit@Base 1.1 rtnl_sfq_get_perturb@Base 1.1 rtnl_sfq_get_quantum@Base 1.1 rtnl_sfq_set_limit@Base 1.1 rtnl_sfq_set_perturb@Base 1.1 rtnl_sfq_set_quantum@Base 1.1 rtnl_str2prio@Base 1.1 rtnl_str2scope@Base 1.1 rtnl_tc_build_rate_table@Base 1.1 rtnl_tc_calc_bufsize@Base 1.1 rtnl_tc_calc_cell_log@Base 1.1 rtnl_tc_calc_txtime@Base 1.1 rtnl_tc_handle2str@Base 1.1 rtnl_tc_str2handle@Base 1.1 rtnl_u32_add_key@Base 1.1 rtnl_u32_add_key_in6_addr@Base 1.1 rtnl_u32_add_key_in_addr@Base 1.1 rtnl_u32_add_key_uint16@Base 1.1 rtnl_u32_add_key_uint32@Base 1.1 rtnl_u32_add_key_uint8@Base 1.1 rtnl_u32_set_classid@Base 1.1 rtnl_u32_set_flags@Base 1.1 rtnl_u32_set_handle@Base 1.1 tca_build_msg@Base 1.1 tca_clone@Base 1.1 tca_compare@Base 1.1 tca_dump_brief@Base 1.1 tca_dump_full@Base 1.1 tca_dump_stats@Base 1.1 tca_free_data@Base 1.1 tca_get_handle@Base 1.1 tca_get_ifindex@Base 1.1 tca_get_kind@Base 1.1 tca_get_parent@Base 1.1 tca_get_stat@Base 1.1 tca_msg_parser@Base 1.1 tca_parse@Base 1.1 tca_set_handle@Base 1.1 tca_set_ifindex@Base 1.1 tca_set_kind@Base 1.1 tca_set_parent@Base 1.1 debian/libnl-dev.install0000664000000000000000000000006712141516440012435 0ustar usr/include/* usr/lib/*/pkgconfig/* usr/lib/*/libnl.so debian/control0000664000000000000000000000320512141516541010573 0ustar Source: libnl Section: net Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Michael Biebl Build-Depends: debhelper (>= 9), doxygen, texlive-latex-base, graphviz, ghostscript Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-utopia/libnl.git Vcs-Browser: http://git.debian.org/?p=pkg-utopia/libnl.git;a=summary Homepage: http://www.infradead.org/~tgr/libnl/ Package: libnl1 Architecture: any Section: oldlibs Depends: ${misc:Depends}, ${shlibs:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: library for dealing with netlink sockets This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. Package: libnl-dev Architecture: any Section: libdevel Depends: libnl1 (= ${binary:Version}), ${misc:Depends} Suggests: libnl-doc Description: development library and headers for libnl This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. . This package contains all files that are needed to build applications using libnl. Package: libnl-doc Architecture: all Section: doc Depends: ${misc:Depends} Suggests: doc-base Description: API documentation for libnl This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. . This package contains the API reference documentation for libnl. debian/gbp.conf0000664000000000000000000000003612141516440010604 0ustar [DEFAULT] pristine-tar = True debian/patches/0000775000000000000000000000000012141516726010624 5ustar debian/patches/series0000664000000000000000000000014712141516440012034 0ustar limits.patch fix_port_tracking.patch remove_inline_specifier.patch fix_netlink-kernel_new_define.patch debian/patches/fix_port_tracking.patch0000664000000000000000000000167012141516440015356 0ustar From ef8ba32e0ca7ac7bbbaf87f6fd7b197af18aed25 Mon Sep 17 00:00:00 2001 From: Inaky Perez-Gonzalez Date: Mon, 27 Apr 2009 14:46:08 -0700 Subject: [PATCH] release_local_port: properly compute the bitmap position Current calculation is always off, not reflecting the right position in the bitmap, which results in failures due to conflicts (detected at the kernel level) when trying to open a new handle. Signed-off-by: Inaky Perez-Gonzalez --- lib/socket.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Index: libnl-1.1/lib/socket.c =================================================================== --- libnl-1.1.orig/lib/socket.c 2010-11-17 02:55:53.070669985 +0100 +++ libnl-1.1/lib/socket.c 2010-11-17 02:58:07.970667329 +0100 @@ -153,7 +153,7 @@ return; nr = port >> 22; - used_ports_map[nr / 32] &= ~((nr % 32) + 1); + used_ports_map[nr / 32] &= ~(1 << nr % 32); } /** debian/patches/fix_netlink-kernel_new_define.patch0000664000000000000000000000113012141516440017604 0ustar Description: Update netlink-kernel.h to deal with the define rename --- libnl-1.1.orig/include/netlink/netlink-kernel.h +++ libnl-1.1/include/netlink/netlink-kernel.h @@ -1,5 +1,12 @@ -#ifndef __LINUX_NETLINK_H -#define __LINUX_NETLINK_H +/** + * Recent linux-libc-dev changed the name of the define + */ +#ifdef __LINUX_NETLINK_H +#define _UAPI__LINUX_NETLINK_H +#endif + +#ifndef _UAPI__LINUX_NETLINK_H +#define _UAPI__LINUX_NETLINK_H /** * Netlink socket address @@ -193,4 +200,4 @@ struct nl_pktinfo __u32 group; }; -#endif /* __LINUX_NETLINK_H */ +#endif /* _UAPI__LINUX_NETLINK_H */ debian/patches/remove_inline_specifier.patch0000664000000000000000000000216112141516440016522 0ustar Origin: http://bugs.gentoo.org/attachment.cgi?id=272585&action=diff Description: libnl headers incompatible with gcc -std=gnu99 Ubuntu-Bug: https://launchpad.net/bugs/780044 Index: libnl-1.1/include/netlink/object.h =================================================================== --- libnl-1.1.orig/include/netlink/object.h 2011-06-16 13:15:28.000000000 -0500 +++ libnl-1.1/include/netlink/object.h 2011-06-16 13:16:22.000000000 -0500 @@ -55,7 +55,7 @@ /* Access Functions */ extern int nl_object_get_refcnt(struct nl_object *); extern struct nl_cache * nl_object_get_cache(struct nl_object *); -extern inline void * nl_object_priv(struct nl_object *); +extern void * nl_object_priv(struct nl_object *); #ifdef __cplusplus } Index: libnl-1.1/lib/object.c =================================================================== --- libnl-1.1.orig/lib/object.c 2011-06-16 13:16:55.000000000 -0500 +++ libnl-1.1/lib/object.c 2011-06-16 13:17:15.000000000 -0500 @@ -376,7 +376,7 @@ return obj->ce_cache; } -inline void *nl_object_priv(struct nl_object *obj) +void *nl_object_priv(struct nl_object *obj) { return obj; } debian/patches/limits.patch0000664000000000000000000000064012141516440013137 0ustar Index: libnl-1.1/include/netlink-local.h =================================================================== --- libnl-1.1.orig/include/netlink-local.h 2008-10-08 19:58:47.000000000 +0200 +++ libnl-1.1/include/netlink-local.h 2008-10-08 19:58:51.000000000 +0200 @@ -26,6 +26,7 @@ #include #include #include +#include #include #include