diff options
author | Christian Breunig <christian@breunig.cc> | 2023-10-31 07:37:52 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-10-31 07:38:06 +0100 |
commit | c2b5fd2486da94e685ddc81178d17c57927b4a71 (patch) | |
tree | b95e3acb27b60b8c9b7c138b7469c007b487d4c9 /docs | |
parent | fa995c7dcb086b096d02897f4265614b9ac1f3c9 (diff) | |
download | vyos-documentation-c2b5fd2486da94e685ddc81178d17c57927b4a71.tar.gz vyos-documentation-c2b5fd2486da94e685ddc81178d17c57927b4a71.zip |
T5699: vxlan: migrate "external" CLI know to "parameters external"
(cherry picked from commit 8c838d7ca979a0272052f8eb1dd41fa35645df1d)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/interfaces/vxlan.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/configuration/interfaces/vxlan.rst b/docs/configuration/interfaces/vxlan.rst index 8f5c5239..a84ed16f 100644 --- a/docs/configuration/interfaces/vxlan.rst +++ b/docs/configuration/interfaces/vxlan.rst @@ -67,16 +67,16 @@ VXLAN specific options Source IP address used for VXLAN underlay. This is mandatory when using VXLAN via L2VPN/EVPN. -.. cfgcmd:: set interfaces vxlan <interface> external - - Specifies whether an external control plane (e.g. BGP L2VPN/EVPN) or the - internal FDB should be used. - .. cfgcmd:: set interfaces vxlan <interface> gpe Enables the Generic Protocol extension (VXLAN-GPE). Currently, this is only supported together with the external keyword. +.. cfgcmd:: set interfaces vxlan <interface> parameters external + + Specifies whether an external control plane (e.g. BGP L2VPN/EVPN) or the + internal FDB should be used. + .. cfgcmd:: set interfaces vxlan <interface> parameters neighbor-suppress In order to minimize the flooding of ARP and ND messages in the VXLAN network, @@ -167,7 +167,7 @@ interface is no longer required for each VNI. .. code-block:: none set interfaces bridge br0 member interface vxlan0 - set interfaces vxlan vxlan0 external + set interfaces vxlan vxlan0 parameters external set interfaces vxlan vxlan0 source-interface 'dum0' set interfaces vxlan vxlan0 vlan-to-vni 10 vni '10010' set interfaces vxlan vxlan0 vlan-to-vni 11 vni '10011' |