diff options
-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 |