diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2023-11-23 03:36:43 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2023-11-23 03:36:43 +0000 |
commit | af0f47258b8c6d57953f5e520d3567252e50fac3 (patch) | |
tree | 6e9b1f37f30ad07e4dbc8c7857e8e48a626df0ce /share | |
parent | f46d63340d48aaa9bed8426a44298cbb14657850 (diff) |
non-standard vxlan port is set on the tunnel src address
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/vxlan.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/vxlan.4 b/share/man/man4/vxlan.4 index a22ca5d628b..a753b505791 100644 --- a/share/man/man4/vxlan.4 +++ b/share/man/man4/vxlan.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vxlan.4,v 1.19 2022/09/13 01:38:31 jsg Exp $ +.\" $OpenBSD: vxlan.4,v 1.20 2023/11/23 03:36:42 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: September 13 2022 $ +.Dd $Mdocdate: November 23 2023 $ .Dt VXLAN 4 .Os .Sh NAME @@ -173,10 +173,10 @@ The following examples creates a learning overlay network: .Pp Prior to the assignment of UDP port 4789 by IANA, some early VXLAN implementations used port 8472. -A non-standard port can be specified with the tunnel destination +A non-standard port can be specified with the tunnel source address: .Bd -literal -offset indent -# ifconfig vxlan0 tunnel 192.168.1.100 239.1.1.100:8472 +# ifconfig vxlan0 tunnel 192.168.1.100:8472 239.1.1.100 .Ed .Sh SECURITY .Nm |