diff options
author | Christian Breunig <christian@breunig.cc> | 2023-11-22 11:06:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-22 11:06:00 +0100 |
commit | f8c2d48a4da38d2587dfea87b2a9c5031b00bf13 (patch) | |
tree | af8b5c493f9646177f021c062e695d540fe6be07 /docs | |
parent | 2e3510f9886a5512b320267f21035d291c2fb3f5 (diff) | |
parent | c8f8c2d10cca97bbc459c5a3565d4230e9fe61df (diff) | |
download | vyos-documentation-f8c2d48a4da38d2587dfea87b2a9c5031b00bf13.tar.gz vyos-documentation-f8c2d48a4da38d2587dfea87b2a9c5031b00bf13.zip |
Merge pull request #1155 from vyos/t5753-vxlan-vnifilter
vxlan: T5753: add support for VNI filtering
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 ^^^^^^^ |