summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2022-03-28 02:54:34 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2022-03-28 02:54:34 +0000
commit8e92c82971a01cc20a40e2152fd4b6c5715ba39d (patch)
tree48dcaebf5edd3f049ddc8ef518a019a9cf4b5d42 /share
parent98e86255f6ac55c43c6f9eabfc2ab4fb2226bc76 (diff)
jason tubnor points out that vxlan talking multicast needs a parent iface.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/vxlan.48
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/vxlan.4 b/share/man/man4/vxlan.4
index 1fe5ddd1a8e..be8efdd151e 100644
--- a/share/man/man4/vxlan.4
+++ b/share/man/man4/vxlan.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vxlan.4,v 1.16 2022/03/09 12:19:25 jsg Exp $
+.\" $OpenBSD: vxlan.4,v 1.17 2022/03/28 02:54:33 dlg Exp $
.\"
.\" Copyright (c) 2013 Reyk Floeter <reyk@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 9 2022 $
+.Dd $Mdocdate: March 28 2022 $
.Dt VXLAN 4
.Os
.Sh NAME
@@ -165,7 +165,9 @@ Create a point-to-point tunnel using Virtual Network Identifier 5:
.Pp
The following examples creates a learning overlay network:
.Bd -literal -offset indent
-# ifconfig vxlan0 tunnel 192.168.1.100 239.1.1.100 vnetid 7395
+# ifconfig vxlan0 tunnel 192.168.1.100 239.1.1.100
+# ifconfig vxlan0 parent ix0
+# ifconfig vxlan0 vnetid 7395
# ifconfig vxlan0 10.1.2.100/24
.Ed
.Pp