Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vxlan: T5668: add CLI knob to enable ARP/ND suppression #1129

Merged
merged 1 commit into from
Oct 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/configuration/interfaces/vxlan.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ VXLAN specific options
Enables the Generic Protocol extension (VXLAN-GPE). Currently, this is only
supported together with the external keyword.

.. cfgcmd:: set interfaces vxlan <interface> parameters neighbor-suppress

In order to minimize the flooding of ARP and ND messages in the VXLAN network,
EVPN includes provisions :rfc:`7432#section-10` that allow participating VTEPs
to suppress such messages in case they know the MAC-IP binding and can reply
on behalf of the remote host.

.. cfgcmd:: set interfaces vxlan <interface> parameters nolearning

Expand Down
Loading