Page MenuHomeFreeBSD

linux: fix reporting NL_RTM_DELLINK to Netlink sockets
ClosedPublic

Authored by glebius on Aug 16 2025, 12:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 1, 9:01 PM
Unknown Object (File)
Wed, Oct 29, 9:43 AM
Unknown Object (File)
Wed, Oct 29, 7:50 AM
Unknown Object (File)
Wed, Oct 29, 7:49 AM
Unknown Object (File)
Wed, Oct 29, 7:34 AM
Unknown Object (File)
Oct 12 2025, 6:05 AM
Unknown Object (File)
Oct 11 2025, 3:56 PM
Unknown Object (File)
Oct 11 2025, 3:56 PM
Subscribers

Details

Summary

The problem is that ifname_bsd_to_linux_name() requires the interface to
exist. But when we are in the context of ifnet_departure_event
EVENTHANDLER(9), it does not. Instead of silently dropping the message,
let's send the FreeBSD name verbatim. At the moment special translation
is done for IFT_LOOPBACK and IFT_ETHER only, and these two kinds of
interfaces usually don't depart. So, this is not a final fix, but
definitely an improvement. While here, simplify the associated code.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable