diff options
author | systeembeheerder <19684880+systeembeheerder@users.noreply.github.com> | 2025-02-20 11:05:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-20 11:05:41 +0100 |
commit | 18ae054bdad1c9db0250300d5e254d2bd2f31e2c (patch) | |
tree | dc4519dc576a130d0dcb519af8d4cc3c3afb48a8 /docs | |
parent | 747ab181b3d8908262a4907f9e23db53706269f0 (diff) | |
download | vyos-documentation-18ae054bdad1c9db0250300d5e254d2bd2f31e2c.tar.gz vyos-documentation-18ae054bdad1c9db0250300d5e254d2bd2f31e2c.zip |
Update vxlan.rst
remove "As VyOS is Linux based the default port used is not using 4789 as the default IANA-assigned destination UDP port number. Instead VyOS uses the Linux default port of 8472."
See
* https://github.com/vyos/vyos-1x/blob/current/src/conf_mode/interfaces_vxlan.py#L226
* https://github.com/vyos/vyos-1x/blob/current/interface-definitions/interfaces_vxlan.xml.in#L105
Looks like VyOS DOES use 4789 and not 8472 by default.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/interfaces/vxlan.rst | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/configuration/interfaces/vxlan.rst b/docs/configuration/interfaces/vxlan.rst index d061d063..10418c20 100644 --- a/docs/configuration/interfaces/vxlan.rst +++ b/docs/configuration/interfaces/vxlan.rst @@ -42,7 +42,7 @@ Common interface configuration ------------------------------ .. cmdinclude:: /_include/interface-common-without-dhcp.txt - :var0: vxlan + :var0: vxlan4 :var1: vxlan0 VXLAN specific options @@ -58,10 +58,6 @@ VXLAN specific options Configure port number of remote VXLAN endpoint. - .. note:: As VyOS is Linux based the default port used is not using 4789 - as the default IANA-assigned destination UDP port number. Instead VyOS - uses the Linux default port of 8472. - .. cfgcmd:: set interfaces vxlan <interface> source-address <IP address> Source IP address used for VXLAN underlay. This is mandatory when using VXLAN |