dect
/
libnl
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
libnl/tests
Neil Horman 0c408aad1f genl: modify genl_ctrl_resolve and friends to allow for module auto-loading
Generic netlink has the ability to autoload modules in response to a request for
a family.  Currently libnl uses a GETFAMILY call with the NLM_F_DUMP flag to
list all the available families, but doing so neglects the possibility of an
autoloaded module.  This patch modifies the genl code to probe the kernel for a
specific family rather than dumping a list of all the currenlty available ones,
making autoload work properly.

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
CC: Thomas Graf <tgraf@redhat.com>
2012-06-03 13:52:16 +02:00
..
.gitignore u32: example/test code for u32 hashing with HTB 2012-05-08 23:17:53 +02:00
Makefile.am u32: example/test code for u32 hashing with HTB 2012-05-08 23:17:53 +02:00
test-cache-mngr.c test-cache-mngr: Allow for management of arbitary caches via argument string 2012-04-21 15:49:09 +02:00
test-complex-HTB-with-hash-filters.c u32: fix various u32 hashing related warnings 2012-05-16 13:43:52 +02:00
test-create-bond.c tests: fix test programs to compile again 2012-04-21 10:35:20 +02:00
test-create-vlan.c 3.1 release 2011-08-11 14:30:24 +02:00
test-delete-link.c 3.1 release 2011-08-11 14:30:24 +02:00
test-genl.c genl: modify genl_ctrl_resolve and friends to allow for module auto-loading 2012-06-03 13:52:16 +02:00
test-nf-cache-mngr.c tests: fix test programs to compile again 2012-04-21 10:35:20 +02:00
test-socket-creation.c tests: fix test programs to compile again 2012-04-21 10:35:20 +02:00