[Bug 289824] nfscbd(8) does not support IPv6

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 24 Sep 2025 21:23:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289824

            Bug ID: 289824
           Summary: nfscbd(8) does not support IPv6
           Product: Base System
           Version: 15.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: ivy@FreeBSD.org
                CC: rmacklem@FreeBSD.org

usr.sbin/nfscbd hardcodes AF_INET for its listening sockets, which means it
doesn't listen on IPv6:

# netstat -an|grep 7745
tcp4       0      0 *.7745                 *.*                    LISTEN
udp4       0      0 *.7745                 *.*

this makes it non-functional for IPv6-only systems, so NFS delegations don't
work.

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