Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 May 2026 01:29:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 295045] devd: Use PF_LOCAL instead of PF_INET
Message-ID:  <bug-295045-227-3vr0yHxDcx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-295045-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295045

--- Comment #1 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=b2e4da0b53ad082768b8f6f83766e030fd00d02a

commit b2e4da0b53ad082768b8f6f83766e030fd00d02a
Author:     Marek Zarychta <zarychtam@plan-b.pwste.edu.pl>
AuthorDate: 2026-05-07 01:28:08 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2026-05-07 01:28:08 +0000

    devd: Use PF_LOCAL instead of PF_INET

    Avoid dependency on INET (IPv4) by using PF_LOCAL,
    allowing media check to work on systems without INET support.

    PR:             295045
    Reviewed by:    kevans
    MFC after:      1 week

 sbin/devd/devd.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-295045-227-3vr0yHxDcx>