Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F135459146
D13130.id36414.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D13130.id36414.diff
View Options
Index: head/share/man/man5/rc.conf.5
===================================================================
--- head/share/man/man5/rc.conf.5
+++ head/share/man/man5/rc.conf.5
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 24, 2017
+.Dd December 9, 2017
.Dt RC.CONF 5
.Os
.Sh NAME
@@ -1816,21 +1816,40 @@
Set to the list of
.Xr gif 4
tunnel interfaces to configure on this host.
-A
-.Va gifconfig_ Ns Aq Ar interface
-variable is assumed to exist for each value of
-.Ar interface .
+For each
+.Xr gif
+tunnel interface, set a variable named
+.Va ifconfig_ Ns Aq Ar interface
+with the parameters for the
+.Xr ifconfig 8
+command to configure the link level for
+.Ar interface
+with the
+.Cm tunnel
+option.
The value of this variable is used to configure the link layer of the
-tunnel according to the syntax of the
+tunnel using the
.Cm tunnel
option to
-.Xr ifconfig 8 .
+.Xr ifconfig .
+For example, configure two
+.Xr gif
+interfaces with:
+.Bd -literal -offset indent
+gif_interfaces="gif0 gif1"
+ifconfig_gif0="tunnel src_addr0 dst_addr0"
+ifconfig_gif1="tunnel src_addr1 dst_addr1"
+.Ed
+.Pp
Additionally, this option ensures that each listed interface is created
via the
.Cm create
option to
-.Xr ifconfig 8
-before attempting to configure it.
+.Xr ifconfig .
+This example also works with
+.Va cloned_interfaces
+instead of
+.Va gif_interfaces .
.It Va sppp_interfaces
.Pq Vt str
Set to the list of
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 11, 1:13 AM (4 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25131488
Default Alt Text
D13130.id36414.diff (1 KB)
Attached To
Mode
D13130: gifconfig_gif0 no longer works, document replacement
Attached
Detach File
Event Timeline
Log In to Comment