Date: Sun, 04 May 2025 19:17:35 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 286260] NFS: sharing only for IPv6 subnet fails Message-ID: <bug-286260-7501-gXwrZ5n77G@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-286260-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-286260-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286260 --- Comment #13 from commit-hook@FreeBSD.org --- A commit in branch releng/14.3 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=2773c07181a772d5748e97bf4b26e7ffe4d444d7 commit 2773c07181a772d5748e97bf4b26e7ffe4d444d7 Author: Rick Macklem <rmacklem@FreeBSD.org> AuthorDate: 2025-05-01 23:17:20 +0000 Commit: Rick Macklem <rmacklem@FreeBSD.org> CommitDate: 2025-05-04 19:13:49 +0000 mountd: Fix updating the network/host(s) for an exports line Mountd reloads the exports(5) file(s) when it receives a SIGHUP and then compares the old and new exports, updating any ones that have changed in the kernel. Without this patch, mountd failed to recognize that a network/host(s) had changed, if there was no other change to the exports line. As such, the change of network/hosts(s) did not take effect until the mountd daemon was (re)started. This patch fixes the code so that it checks for changes in the network/host(s) list for an exports line. PR: 286260 Approved by: re (cperciva) (cherry picked from commit 68daa781c1f12e1cfef768030eaff970c3d35543) (cherry picked from commit 37abcf06f2100eeca41dbd67f8ca8228903ce5e8) usr.sbin/mountd/mountd.c | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are on the CC list for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-286260-7501-gXwrZ5n77G>
