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:34:25 +0200 | 
| commit | 8a5804881c580f2c2ff25b25b9c4a5abea9ca228 (patch) | |
| tree | 84f2d1b28e488da6969d0607577c27654f196ccc /docs | |
| parent | 7aa0c1ab320a527900c5c54c81264a2f31b7db06 (diff) | |
| download | vyos-documentation-8a5804881c580f2c2ff25b25b9c4a5abea9ca228.tar.gz vyos-documentation-8a5804881c580f2c2ff25b25b9c4a5abea9ca228.zip | |
vxlan: add missing "parameters nolearning" help
Diffstat (limited to 'docs')
| -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  ^^^^^^^ | 
