Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 2023 18:48:55 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: cfd6acbb5591 - main - jail: Correct jail_max_af_ips sysctl name
Message-ID:  <202302041848.314ImtQ9018057@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=cfd6acbb5591a6f07c7559f08424e0c73053c82c

commit cfd6acbb5591a6f07c7559f08424e0c73053c82c
Author:     Elvin Aslanov <rwp.primary@gmail.com>
AuthorDate: 2022-07-11 13:58:21 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-02-04 18:46:46 +0000

    jail: Correct jail_max_af_ips sysctl name
    
    The sysctl is named "security.jail.jail_max_af_ips" with the jail_
    prefix in the final part.
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/605
---
 usr.sbin/jail/jail.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8
index c9d929b89d4a..e40e455f61a6 100644
--- a/usr.sbin/jail/jail.8
+++ b/usr.sbin/jail/jail.8
@@ -1276,7 +1276,7 @@ can be used to determine if a process is running inside a jail (value
 is one) or not (value is zero).
 .Pp
 The variable
-.Va security.jail.max_af_ips
+.Va security.jail.jail_max_af_ips
 determines how may address per address family a jail may have.
 The default is 255.
 .Pp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302041848.314ImtQ9018057>