From 2057b8a2658551363c6f4b079add41753811dbc6 Mon Sep 17 00:00:00 2001 From: dlg Date: Mon, 28 Mar 2022 02:54:33 +0000 Subject: [PATCH] jason tubnor points out that vxlan talking multicast needs a parent iface. --- share/man/man4/vxlan.4 | 8 +++++--- 1 file 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 .\" @@ -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 -- 2.20.1