diff options
| author | Christian Breunig <christian@breunig.cc> | 2023-11-18 19:57:43 +0100 | 
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2023-11-22 11:06:09 +0100 | 
| commit | 32400cbbda436c062f75af27c36717e9a33fdc14 (patch) | |
| tree | f1aa761ca9c8cd7b416a0dfd5433b6ec41faf8d5 /docs | |
| parent | 841cf147ec95c3eb87a1a0b8bace1092bf573d9a (diff) | |
| download | vyos-documentation-32400cbbda436c062f75af27c36717e9a33fdc14.tar.gz vyos-documentation-32400cbbda436c062f75af27c36717e9a33fdc14.zip | |
vxlan: T5753: add support for VNI filtering
(cherry picked from commit c8f8c2d10cca97bbc459c5a3565d4230e9fe61df)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/configuration/interfaces/vxlan.rst | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/docs/configuration/interfaces/vxlan.rst b/docs/configuration/interfaces/vxlan.rst index a84ed16f..af00fdec 100644 --- a/docs/configuration/interfaces/vxlan.rst +++ b/docs/configuration/interfaces/vxlan.rst @@ -89,6 +89,15 @@ VXLAN specific options     Specifies if unknown source link layer addresses and IP addresses are entered     into the VXLAN device forwarding database. +.. cfgcmd:: set interfaces vxlan <interface> parameters vni-filter + +   Specifies whether the VXLAN device is capable of vni filtering. + +   Only works with a VXLAN device with external flag set. + +   .. note::  The device can only receive packets with VNIs configured in +      the VNI filtering table. +  Unicast  ^^^^^^^ | 
