diff options
author | Christian Breunig <christian@breunig.cc> | 2023-11-22 11:04:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-22 11:04:28 +0100 |
commit | b1ef7ba3e5f66d446cd83609b25e05ab47f92060 (patch) | |
tree | d36cc170a706e632816324a2feee55257c4c2b4c /op-mode-definitions | |
parent | 756bd6d45ab76cca7155fb76a0d3c8e4dbe6d517 (diff) | |
parent | 449ab85212983078e21c839ff63c2fe2ba6e76ff (diff) | |
download | vyos-1x-b1ef7ba3e5f66d446cd83609b25e05ab47f92060.tar.gz vyos-1x-b1ef7ba3e5f66d446cd83609b25e05ab47f92060.zip |
Merge pull request #2525 from vyos/mergify/bp/sagitta/pr-2499
vxlan: T5753: add support for VNI filtering (backport #2499)
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/show-bridge.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/op-mode-definitions/show-bridge.xml.in b/op-mode-definitions/show-bridge.xml.in index fad3f3418..5d8cc3847 100644 --- a/op-mode-definitions/show-bridge.xml.in +++ b/op-mode-definitions/show-bridge.xml.in @@ -21,6 +21,12 @@ </leafNode> </children> </node> + <leafNode name="vni"> + <properties> + <help>Virtual Network Identifier</help> + </properties> + <command>${vyos_op_scripts_dir}/bridge.py show_vni</command> + </leafNode> </children> </node> <leafNode name="bridge"> |