diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-10-16 11:34:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-16 11:34:18 +0200 |
commit | 2b60994ce283cc7c57e9e880e7bc95d1b4d26e7c (patch) | |
tree | 8f683cbfaeac6a1f622179769c8f06c56a5550f1 /op-mode-definitions | |
parent | a5a77c47168b888bf008dab139d1e5d023568bfe (diff) | |
parent | 522f5bcddd02690ae2f9494f5efab6fdb87ec71e (diff) | |
download | vyos-1x-2b60994ce283cc7c57e9e880e7bc95d1b4d26e7c.tar.gz vyos-1x-2b60994ce283cc7c57e9e880e7bc95d1b4d26e7c.zip |
Merge pull request #572 from sever-sever/T2965
op-mode: T2965: Add CLI protocols bfd peers
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/show-protocols-bfd.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/op-mode-definitions/show-protocols-bfd.xml b/op-mode-definitions/show-protocols-bfd.xml index 4483b39bf..3d9b67c67 100644 --- a/op-mode-definitions/show-protocols-bfd.xml +++ b/op-mode-definitions/show-protocols-bfd.xml @@ -40,6 +40,12 @@ </leafNode> </children> </tagNode> + <leafNode name="peers"> + <properties> + <help>Show Bidirectional Forwarding Detection (BFD) peers brief</help> + </properties> + <command>/usr/bin/vtysh -c "show bfd peers brief"</command> + </leafNode> </children> </node> </children> |