Date: Wed, 9 Aug 2017 07:24:58 +0000 (UTC) From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r322300 - head/sys/netinet Message-ID: <201708090724.v797OwJb064445@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708090724.v797OwJb064445>