svn commit: r352784 - head/contrib/ipfilter/man

Cy Schubert cy at FreeBSD.org
Fri Sep 27 00:29:07 UTC 2019


Author: cy
Date: Fri Sep 27 00:29:06 2019
New Revision: 352784
URL: https://svnweb.freebsd.org/changeset/base/352784

Log:
  Sync with source:
  
  Only a role of "ipf" is currentlysupported 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
  MFC after:	1 month

Modified:
  head/contrib/ipfilter/man/ippool.8

Modified: head/contrib/ipfilter/man/ippool.8
==============================================================================
--- head/contrib/ipfilter/man/ippool.8	Fri Sep 27 00:29:03 2019	(r352783)
+++ head/contrib/ipfilter/man/ippool.8	Fri Sep 27 00:29:06 2019	(r352784)
@@ -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