diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-12-19 10:24:13 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-12-19 10:24:28 +0100 |
commit | 1086ffe3e546712dd2aeb3b083303b0cebc5ca1f (patch) | |
tree | 8fd0ad535fac8b63e4be4e8b4f20d5ed2c58b794 /docs/configuration/interfaces | |
parent | 27d0a111eebb5c76853e10303e64b0a5b84a8ae4 (diff) | |
download | vyos-documentation-1086ffe3e546712dd2aeb3b083303b0cebc5ca1f.tar.gz vyos-documentation-1086ffe3e546712dd2aeb3b083303b0cebc5ca1f.zip |
vxlan: add new "external" keyword
Diffstat (limited to 'docs/configuration/interfaces')
-rw-r--r-- | docs/configuration/interfaces/vxlan.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration/interfaces/vxlan.rst b/docs/configuration/interfaces/vxlan.rst index 9b2f42a1..f1db4c15 100644 --- a/docs/configuration/interfaces/vxlan.rst +++ b/docs/configuration/interfaces/vxlan.rst @@ -67,6 +67,11 @@ 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. + Unicast ^^^^^^^ |