]> git.ipfire.org Git - thirdparty/glibc.git/commit
socket: Do not use AF_NETLINK in __opensock
authorFlorian Weimer <fweimer@redhat.com>
Mon, 22 Nov 2021 13:41:14 +0000 (14:41 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 22 Nov 2021 13:47:13 +0000 (14:47 +0100)
commit3d981795cd00cc9b73c3ee5087c308361acd62e5
tree1fb27323ec201a5f5900c42015a5a75380023815
parented3ce71f5c64c5f07cbde0ef03554ea8950d8f2c
socket: Do not use AF_NETLINK in __opensock

It is not possible to use interface ioctls with netlink sockets
on all Linux kernels.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
socket/opensock.c