]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
linux(4): Fixup the interface name translation in netlink
authorDmitry Chagin <dchagin@FreeBSD.org>
Thu, 23 Feb 2023 08:01:18 +0000 (11:01 +0300)
committerDmitry Chagin <dchagin@FreeBSD.org>
Sun, 26 Feb 2023 08:10:44 +0000 (11:10 +0300)
commit123ca9ab11896f356245537ee41207fb6943fccd
tree0fc6d70244f2b0301a6a1e9ec2beada9cb9f4377
parenta83551a52d1cfa8a756ef8dd298cab8042e27437
linux(4): Fixup the interface name translation in netlink

Netlink should translate a FreeBSD interface name to a Linux
interface name.

Reviewed by: melifaro
Differential Revision: https://reviews.freebsd.org/D38715
MFC after: 3 days

(cherry picked from commit e55e4a6ba3f4cd31d47b74574ea7370d5ab14b48)
sys/compat/linux/linux_netlink.c