diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-12-19 10:26:51 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-12-19 10:26:51 +0100 |
commit | a14688033e701a4d660e16baf68126170e409797 (patch) | |
tree | bea30d5dc3952cd23887a21c59bf606c5d5e10be /docs/configuration | |
parent | 1086ffe3e546712dd2aeb3b083303b0cebc5ca1f (diff) | |
download | vyos-documentation-a14688033e701a4d660e16baf68126170e409797.tar.gz vyos-documentation-a14688033e701a4d660e16baf68126170e409797.zip |
vxlan: add gpe (Generic Protocol extension) option
Diffstat (limited to 'docs/configuration')
-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 f1db4c15..7edeafb5 100644 --- a/docs/configuration/interfaces/vxlan.rst +++ b/docs/configuration/interfaces/vxlan.rst @@ -72,6 +72,11 @@ VXLAN specific options Specifies whether an external control plane (e.g. BGP L2VPN/EVPN) or the internal FDB should be used. +.. cfgcmd:: set interfaces vxlan <interface> gpe + + Eenables the Generic Protocol extension (VXLAN-GPE). Currently, this is only + supported together with the external keyword. + Unicast ^^^^^^^ |