gre(4): Mention sysctl for nesting gre tunnels

PR:		228465
Submitted by:	Sergey Akhmatov <sergey at akhmatov dot ru>
Reviewed by:	bcr
Approved by:	bcr
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D26097
This commit is contained in:
Gordon Bergling 2020-08-21 07:03:54 +00:00
parent d57d1f5440
commit cb9cbce235
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=364450

View File

@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd June 29, 2020
.Dd August 21, 2020
.Dt GRE 4
.Os
.Sh NAME
@ -210,6 +210,15 @@ The kernel must be set to forward datagrams by setting the
.Va net.inet.ip.forwarding
.Xr sysctl 8
variable to non-zero.
.Pp
By default,
.Nm
tunnels may not be nested.
This behavior may be modified at runtime by setting the
.Xr sysctl 8
variable
.Va net.link.gre.max_nesting
to the desired level of nesting.
.Sh SEE ALSO
.Xr gif 4 ,
.Xr inet 4 ,