svn commit: r327956 - stable/11/share/man/man4
Bryan Venteicher
bryanv at FreeBSD.org
Sun Jan 14 05:07:16 UTC 2018
Author: bryanv
Date: Sun Jan 14 05:07:15 2018
New Revision: 327956
URL: https://svnweb.freebsd.org/changeset/base/327956
Log:
MFC r327448:
Add rc.conf vxlan example
Modified:
stable/11/share/man/man4/vxlan.4
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/share/man/man4/vxlan.4
==============================================================================
--- stable/11/share/man/man4/vxlan.4 Sun Jan 14 05:05:06 2018 (r327955)
+++ stable/11/share/man/man4/vxlan.4 Sun Jan 14 05:07:15 2018 (r327956)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 16, 2014
+.Dd December 31, 2017
.Dt VXLAN 4
.Os
.Sh NAME
@@ -214,10 +214,21 @@ Once created, the
.Nm
interface can be configured with
.Xr ifconfig 8 .
+.Ed
+.Pp
+The following when placed in the file
+.Pa /etc/rc.conf
+will cause a vxlan interface called
+.Dq Li vxlan0
+to be created, and will configure the interface in unicast mode.
+.Bd -literal -offset indent
+cloned_interfaces="vxlan0"
+create_args_vxlan0="vxlanid 108 vxlanlocal 192.168.100.1 vxlanremote 192.168.100.2"
.Sh SEE ALSO
.Xr inet 4 ,
.Xr inet6 4 ,
.Xr vlan 4 ,
+.Xr rc.conf 5 ,
.Xr ifconfig 8 ,
.Xr sysctl 8
.Rs
More information about the svn-src-stable
mailing list