diff options
author | systeembeheerder <19684880+systeembeheerder@users.noreply.github.com> | 2025-02-20 10:52:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-20 10:52:29 +0100 |
commit | 92a5e4cf1eeb88f24b10f647f6cbe2922a96c48e (patch) | |
tree | f1fb02702a8681b4fbbf105478bb314f01f303d7 | |
parent | 4eae940b4a673eb509e32f8b1016a338e0666dd8 (diff) | |
download | vyos-documentation-92a5e4cf1eeb88f24b10f647f6cbe2922a96c48e.tar.gz vyos-documentation-92a5e4cf1eeb88f24b10f647f6cbe2922a96c48e.zip |
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
```
-rw-r--r-- | docs/configuration/interfaces/vxlan.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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. |