diff options
author | Christian Breunig <christian@breunig.cc> | 2023-10-28 21:34:25 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-10-28 21:35:04 +0200 |
commit | 0834ca58cdc52626da3186bdd5dbbe3d86b48872 (patch) | |
tree | 83fea2a041ea3a09706202e09a678a897b027e92 /docs/configuration/interfaces/vxlan.rst | |
parent | 92d4956d5381046a6d2ec262b1bb557a967d3c98 (diff) | |
download | vyos-documentation-0834ca58cdc52626da3186bdd5dbbe3d86b48872.tar.gz vyos-documentation-0834ca58cdc52626da3186bdd5dbbe3d86b48872.zip |
vxlan: add missing "parameters nolearning" help
(cherry picked from commit 8a5804881c580f2c2ff25b25b9c4a5abea9ca228)
Diffstat (limited to 'docs/configuration/interfaces/vxlan.rst')
-rw-r--r-- | docs/configuration/interfaces/vxlan.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/configuration/interfaces/vxlan.rst b/docs/configuration/interfaces/vxlan.rst index 2cb0b2f1..54d794ec 100644 --- a/docs/configuration/interfaces/vxlan.rst +++ b/docs/configuration/interfaces/vxlan.rst @@ -74,9 +74,15 @@ VXLAN specific options .. cfgcmd:: set interfaces vxlan <interface> gpe - Eenables the Generic Protocol extension (VXLAN-GPE). Currently, this is only + Enables the Generic Protocol extension (VXLAN-GPE). Currently, this is only supported together with the external keyword. + +.. cfgcmd:: set interfaces vxlan <interface> parameters nolearning + + Specifies if unknown source link layer addresses and IP addresses are entered + into the VXLAN device forwarding database. + Unicast ^^^^^^^ |