diff options
author | Christian Breunig <christian@breunig.cc> | 2023-04-29 08:21:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-29 08:21:07 +0200 |
commit | 0ac716ba64a49dc2df2ae5356bf1b6d07a7e7866 (patch) | |
tree | 69da7665b6d75e604ae8a6f7db7cae95f0051e7c /op-mode-definitions | |
parent | 78a9eaaf8be3daa980b91abf254d484075d103e8 (diff) | |
parent | 98a072a8d8d95a8a15353b0b771d1724a5520353 (diff) | |
download | vyos-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')
-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> |