svn commit: r354153 - in stable: 11/contrib/ipfilter/man 12/contrib/ipfilter/man
Cy Schubert
cy at FreeBSD.org
Tue Oct 29 19:36:22 UTC 2019
Author: cy
Date: Tue Oct 29 19:36:21 2019
New Revision: 354153
URL: https://svnweb.freebsd.org/changeset/base/354153
Log:
MFC r352784:
Sync with source:
Only a role of "ipf" is currently supported as the other documented
(and undocumented) roles are #ifdef'd out.
The plan is to complete ippool(8) as it is even in its current state
a powerful feature/tool.
PR: 218433
Modified:
stable/12/contrib/ipfilter/man/ippool.8
Directory Properties:
stable/12/ (props changed)
Changes in other areas also in this revision:
Modified:
stable/11/contrib/ipfilter/man/ippool.8
Directory Properties:
stable/11/ (props changed)
Modified: stable/12/contrib/ipfilter/man/ippool.8
==============================================================================
--- stable/12/contrib/ipfilter/man/ippool.8 Tue Oct 29 18:36:16 2019 (r354152)
+++ stable/12/contrib/ipfilter/man/ippool.8 Tue Oct 29 19:36:21 2019 (r354153)
@@ -96,11 +96,8 @@ retrieving statistical information.
.TP
.B -o <role>
Sets the role with which this pool is to be used. Currently only
-.B ipf,
-.B auth
-and
-.B count
-are accepted as arguments to this option.
+.B ipf
+(the default) is accepted as arguments to this option.
.TP
.B -S <seed>
Sets the hashing seed to the number specified. Only for use with
More information about the svn-src-all
mailing list