Update vxlan.rst

`set interfaces vxlan <interface> source-address <interface>`

should be 

`set interfaces vxlan <interface> source-address <IP address>`

in 1.4.1:
```
# set interfaces vxlan vxlan1 source-address
Possible completions:
   <x.x.x.x>            IPv4 source address
   <h:h:h:h:h:h:h:h>    IPv6 source address
   127.0.0.1
   ::1
```
This commit is contained in:
systeembeheerder 2025-02-20 10:52:29 +01:00 committed by GitHub
parent 4eae940b4a
commit 92a5e4cf1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 <interface> source-address <interface>
.. cfgcmd:: set interfaces vxlan <interface> source-address <IP address>
Source IP address used for VXLAN underlay. This is mandatory when using VXLAN
via L2VPN/EVPN.