mirror_iproute2/genl
Mike Frysinger f2e27cfb01 support static-only systems
The iptables code supports a "no shared libs" mode where it can be used
without requiring dlfcn related functionality.  This adds similar support
to iproute2 so that it can easily be used on systems like nommu Linux (but
obviously with a few limitations -- no dynamic plugins).

Rather than modify every location that uses dlfcn.h, I hooked the dlfcn.h
header with stub functions when shared library support is disabled.  Then
symbol lookup is done via a local static lookup table (which is generated
automatically at build time) so that internal symbols can be found.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-11-10 10:44:20 -08:00
..
.gitignore Add ignore file for new genl 2006-08-08 12:14:09 -07:00
ctrl.c show multicast groups 2007-08-22 10:03:28 -07:00
genl_utils.h make muticast group to bitmask conversion generic 2006-12-13 17:04:26 -08:00
genl.c This patch adds a generic netlink controller interface. 2006-08-08 12:13:34 -07:00
Makefile support static-only systems 2009-11-10 10:44:20 -08:00
static-syms.c support static-only systems 2009-11-10 10:44:20 -08:00