mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-12-05 01:27:32 +00:00
0c408aad1f
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> |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile.am | ||
test-cache-mngr.c | ||
test-complex-HTB-with-hash-filters.c | ||
test-create-bond.c | ||
test-create-vlan.c | ||
test-delete-link.c | ||
test-genl.c | ||
test-nf-cache-mngr.c | ||
test-socket-creation.c |