diff options
author | Allan Jude <allanjude@FreeBSD.org> | 2020-07-11 16:57:44 +0000 |
---|---|---|
committer | Allan Jude <allanjude@FreeBSD.org> | 2020-07-11 16:57:44 +0000 |
commit | d36485a5c8323f225a575b5bf185538246816939 (patch) | |
tree | b7bfa6e919b5b26d70451a367646eafa58d0cd5f /share/man | |
parent | 9a55656956fe50ab2683aa13e45a4bec3fa1e271 (diff) |
defaults/rc.conf: note that the default is ppp_nat="YES"
PR: 243062
Submitted by: Evilham <contact@evilham.com>
MFC after: 2 weeks
Sponsored by: Klara Inc.
Differential Revision: https://reviews.freebsd.org/D25621
Notes
Notes:
svn path=/head/; revision=363100
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/rc.conf.5 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index e59bed1383e9..38bb2f953b07 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 28, 2020 +.Dd July 11, 2020 .Dt RC.CONF 5 .Os .Sh NAME @@ -1955,6 +1955,8 @@ Used in conjunction with .Va gateway_enable allows hosts on private network addresses access to the Internet using this host as a network address translating router. +Default is +.Dq Li YES . .It Va ppp_ Ns Ao Ar profile Ac Ns _nat .Pq Vt str Overrides the global |