Summary: | IPv4 sysctl variable name change | ||
---|---|---|---|
Product: | Base System | Reporter: | SBHMedia <sbhmed> |
Component: | kern | Assignee: | Ed Maste <emaste> |
Status: | Closed FIXED | ||
Severity: | Affects Many People | CC: | emaste |
Priority: | --- | ||
Version: | 14.2-RELEASE | ||
Hardware: | Any | ||
OS: | Any |
Description
SBHMedia
2025-03-22 21:18:28 UTC
I cannot find the old name for this sysctl in FreeBSD documentation. I do see it in release notes for long-past-EOL releases and in tools/tools/sysdoc. https://reviews.freebsd.org/D49486 is open for changing it in the latter. Please let us know if there are other instances of the old sysctl name in FreeBSD documentation. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=d45d070e5475466ceac8057f2e7558055267fb1b commit d45d070e5475466ceac8057f2e7558055267fb1b Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2025-03-24 13:53:27 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2025-03-25 12:36:00 +0000 tools/sysdoc: Chase sysctl rename PR: 285591 Reviewed by: glebius Fixes: 94df3271d6b2 ("Rename net.inet.ip.check_interface to rfc1122_strong_es and document it.") Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D49486 tools/tools/sysdoc/tunables.mdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=a75dbf419467eacec88078f9667b43de613bad56 commit a75dbf419467eacec88078f9667b43de613bad56 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2025-03-24 13:53:27 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2025-03-27 19:15:04 +0000 tools/sysdoc: Chase sysctl rename PR: 285591 Reviewed by: glebius Fixes: 94df3271d6b2 ("Rename net.inet.ip.check_interface to rfc1122_strong_es and document it.") Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D49486 (cherry picked from commit d45d070e5475466ceac8057f2e7558055267fb1b) tools/tools/sysdoc/tunables.mdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Updated the instance of check_interface that I found in the tree. Please reopen if you are aware of other instances in the src, doc or ports trees. |