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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

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.

Reply via email to