From c921c5460bbcdb09b7433d603d52857252e68b8c Mon Sep 17 00:00:00 2001 From: dlg Date: Thu, 24 Feb 2022 03:25:18 +0000 Subject: [PATCH] slight wording tweak --- share/man/man4/vxlan.4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man4/vxlan.4 b/share/man/man4/vxlan.4 index fa231abd9fe..ace1b44a943 100644 --- a/share/man/man4/vxlan.4 +++ b/share/man/man4/vxlan.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vxlan.4,v 1.13 2022/02/16 07:17:41 jmc Exp $ +.\" $OpenBSD: vxlan.4,v 1.14 2022/02/24 03:25:18 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: February 16 2022 $ +.Dd $Mdocdate: February 24 2022 $ .Dt VXLAN 4 .Os .Sh NAME @@ -72,7 +72,7 @@ When configured without a tunnel destination address, .Nm operates as a bridge, but with learning disabled. Endpoints for Ethernet addresses must be added explicitly before -packets will be sent for those addresses. +packets will be encapsulated for those addresses. All valid VXLAN packets sent to the local address will be accepted. .El .Sh EXAMPLES -- 2.20.1