From 92a5e4cf1eeb88f24b10f647f6cbe2922a96c48e Mon Sep 17 00:00:00 2001 From: systeembeheerder <19684880+systeembeheerder@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:52:29 +0100 Subject: Update vxlan.rst `set interfaces vxlan source-address ` should be `set interfaces vxlan source-address ` in 1.4.1: ``` # set interfaces vxlan vxlan1 source-address Possible completions: IPv4 source address IPv6 source address 127.0.0.1 ::1 ``` --- docs/configuration/interfaces/vxlan.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/interfaces/vxlan.rst b/docs/configuration/interfaces/vxlan.rst index af00fdec..d061d063 100644 --- a/docs/configuration/interfaces/vxlan.rst +++ b/docs/configuration/interfaces/vxlan.rst @@ -62,7 +62,7 @@ VXLAN specific options as the default IANA-assigned destination UDP port number. Instead VyOS uses the Linux default port of 8472. -.. cfgcmd:: set interfaces vxlan source-address +.. cfgcmd:: set interfaces vxlan source-address Source IP address used for VXLAN underlay. This is mandatory when using VXLAN via L2VPN/EVPN. -- cgit v1.2.3