summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-bfd.xml.in
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-04-29 08:21:07 +0200
committerGitHub <noreply@github.com>2023-04-29 08:21:07 +0200
commit0ac716ba64a49dc2df2ae5356bf1b6d07a7e7866 (patch)
tree69da7665b6d75e604ae8a6f7db7cae95f0051e7c /op-mode-definitions/show-bfd.xml.in
parent78a9eaaf8be3daa980b91abf254d484075d103e8 (diff)
parent98a072a8d8d95a8a15353b0b771d1724a5520353 (diff)
downloadvyos-1x-0ac716ba64a49dc2df2ae5356bf1b6d07a7e7866.tar.gz
vyos-1x-0ac716ba64a49dc2df2ae5356bf1b6d07a7e7866.zip
Merge pull request #1967 from fett0/T5161
BFD : T5161: add feature bfd static monitoring
Diffstat (limited to 'op-mode-definitions/show-bfd.xml.in')
-rw-r--r--op-mode-definitions/show-bfd.xml.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/op-mode-definitions/show-bfd.xml.in b/op-mode-definitions/show-bfd.xml.in
index 39e42e6ec..87d672e04 100644
--- a/op-mode-definitions/show-bfd.xml.in
+++ b/op-mode-definitions/show-bfd.xml.in
@@ -49,6 +49,19 @@
</leafNode>
</children>
</node>
+ <node name="static">
+ <properties>
+ <help>Show route Routing Table</help>
+ </properties>
+ <children>
+ <leafNode name="routes">
+ <properties>
+ <help>Showing BFD monitored static routes</help>
+ </properties>
+ <command>vtysh -c "show bfd static route"</command>
+ </leafNode>
+ </children>
+ </node>
</children>
</node>
</children>