[Bug 291782] [patch] net/ndproxy: fix build on FreeBSD 15

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 18 Dec 2025 19:44:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291782

            Bug ID: 291782
           Summary: [patch] net/ndproxy: fix build on FreeBSD 15
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: david@hauweele.net
                CC: fbsd.bugzilla@fenyo.net
                CC: fbsd.bugzilla@fenyo.net
             Flags: maintainer-feedback?(fbsd.bugzilla@fenyo.net)

Created attachment 266338
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=266338&action=edit
Patch for ndpacket.c

Direct access to struct ifnet via net/if_var.h is no longer supported in
FreeBSD 15. Switch to the documented kernel interfaces for manipulating network
interfaces (IFNET(9)).

This patch was also sent as a PR upstream.

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