The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=cfd6acbb5591a6f07c7559f08424e0c73053c82c
commit cfd6acbb5591a6f07c7559f08424e0c73053c82c Author: Elvin Aslanov <[email protected]> AuthorDate: 2022-07-11 13:58:21 +0000 Commit: Warner Losh <[email protected]> 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
