https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295045
Bug ID: 295045
Summary: devd: Use PF_LOCAL instead of PF_INET
Product: Base System
Version: 16.0-CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
Created attachment 270450
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=270450&action=edit
0001-devd-Use-PF_LOCAL-instead-of-PF_INET.patch
While working on the review D56797, I found a flaw, or rather incompatibility,
in devd(8) that prevents media checking when there is no INET support in the
system. We can easily fix it by using PF_LOCAL.
The patch was tested on a system without INET support, and it fixes the issue.
--
You are receiving this mail because:
You are the assignee for the bug.