diff options
author | fett0 <fernando.gmaidana@gmail.com> | 2023-04-21 18:07:16 +0000 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-04-29 07:43:03 +0200 |
commit | c5af4d398a77aafc743579f68603f4e30ff1bc20 (patch) | |
tree | b7bcfd2a8758de16253dd5d45e040f6cbce77655 /op-mode-definitions | |
parent | 78a9eaaf8be3daa980b91abf254d484075d103e8 (diff) | |
download | vyos-1x-c5af4d398a77aafc743579f68603f4e30ff1bc20.tar.gz vyos-1x-c5af4d398a77aafc743579f68603f4e30ff1bc20.zip |
static: T5161: add BFD monitoring for static routes
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/show-bfd.xml.in | 13 |
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> |