diff options
author | Christian Breunig <christian@breunig.cc> | 2023-10-31 07:32:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-31 07:32:08 +0100 |
commit | 4766fc5aae39ccc9c7619c89f0fc974bb9309d89 (patch) | |
tree | 91fc367354555b5faa9d784e5683230370ac80fa /interface-definitions | |
parent | c937ef1b220b5d25834b3dd41ae9128b136d7b05 (diff) | |
parent | 2e85b7ccef45924f1aae03513e116b9087c7ef69 (diff) | |
download | vyos-1x-4766fc5aae39ccc9c7619c89f0fc974bb9309d89.tar.gz vyos-1x-4766fc5aae39ccc9c7619c89f0fc974bb9309d89.zip |
Merge pull request #2419 from vyos/mergify/bp/sagitta/pr-2413
vxlan: T5668: add CLI knob to enable ARP/ND suppression (backport #2413)
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/interfaces-vxlan.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/interfaces-vxlan.xml.in b/interface-definitions/interfaces-vxlan.xml.in index d22e46bbc..f20743a65 100644 --- a/interface-definitions/interfaces-vxlan.xml.in +++ b/interface-definitions/interfaces-vxlan.xml.in @@ -89,6 +89,12 @@ <valueless/> </properties> </leafNode> + <leafNode name="neighbor-suppress"> + <properties> + <help>Enable neighbor discovery (ARP and ND) suppression</help> + <valueless/> + </properties> + </leafNode> </children> </node> #include <include/port-number.xml.i> |