svn commit: r363105 - head/usr.sbin/ppp
Allan Jude
allanjude at FreeBSD.org
Sat Jul 11 18:24:17 UTC 2020
Author: allanjude
Date: Sat Jul 11 18:24:16 2020
New Revision: 363105
URL: https://svnweb.freebsd.org/changeset/base/363105
Log:
ppp: Document the fact that ppp_nat is enabled by default
No functional change.
PR: 243062
Submitted by: Evilham <contact at evilham.com> (original version)
MFC after: 2 weeks
Sponsored by: Klara Inc.
Event: July 2020 Bugathon
Differential Revision: https://reviews.freebsd.org/D25623
Modified:
head/usr.sbin/ppp/ppp.8
Modified: head/usr.sbin/ppp/ppp.8
==============================================================================
--- head/usr.sbin/ppp/ppp.8 Sat Jul 11 18:04:09 2020 (r363104)
+++ head/usr.sbin/ppp/ppp.8 Sat Jul 11 18:24:16 2020 (r363105)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 25, 2017
+.Dd July 11, 2020
.Dt PPP 8
.Os
.Sh NAME
@@ -1653,6 +1653,15 @@ Check that IP forwarding is enabled in
and that other machines have designated the
.Nm
host as the gateway for the LAN.
+When starting
+.Nm
+with the provided rc script, the default is to
+enable NAT; see
+.Va ppp_nat
+in
+.Xr rc.conf 5
+and
+.Pa /etc/defaults/rc.conf .
.Sh PACKET FILTERING
This implementation supports packet filtering.
There are four kinds of
More information about the svn-src-head
mailing list