svn commit: r322300 - head/sys/netinet

Dag-Erling Smørgrav des at FreeBSD.org
Wed Aug 9 07:25:00 UTC 2017


Author: des
Date: Wed Aug  9 07:24:58 2017
New Revision: 322300
URL: https://svnweb.freebsd.org/changeset/base/322300

Log:
  Correct sysctl names.

Modified:
  head/sys/netinet/in.h

Modified: head/sys/netinet/in.h
==============================================================================
--- head/sys/netinet/in.h	Wed Aug  9 05:59:45 2017	(r322299)
+++ head/sys/netinet/in.h	Wed Aug  9 07:24:58 2017	(r322300)
@@ -289,7 +289,7 @@ __END_DECLS
  * if you trust the remote host to restrict these ports.
  *
  * The default range of ports and the high range can be changed by
- * sysctl(3).  (net.inet.ip.port{hi,low}{first,last}_auto)
+ * sysctl(3).  (net.inet.ip.portrange.{hi,low,}{first,last})
  *
  * Changing those values has bad security implications if you are
  * using a stateless firewall that is allowing packets outside of that


More information about the svn-src-head mailing list