mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
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:
parent
4eae940b4a
commit
92a5e4cf1e
@ -62,7 +62,7 @@ VXLAN specific options
|
|||||||
as the default IANA-assigned destination UDP port number. Instead VyOS
|
as the default IANA-assigned destination UDP port number. Instead VyOS
|
||||||
uses the Linux default port of 8472.
|
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
|
Source IP address used for VXLAN underlay. This is mandatory when using VXLAN
|
||||||
via L2VPN/EVPN.
|
via L2VPN/EVPN.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user