diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-02-07 15:58:38 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-02-07 16:14:17 +0100 |
commit | 86da53ab0ee845179fd80ee32267ef6295564222 (patch) | |
tree | 204e86a655cf87b503a47f30bc17d95bb66ad944 /doc | |
parent | sharpd: Add 'sharp data route" dump command (diff) | |
download | frr-86da53ab0ee845179fd80ee32267ef6295564222.tar.xz frr-86da53ab0ee845179fd80ee32267ef6295564222.zip |
sharpd: Add 'sharp data nexthop' data dump
Add some basic data dumping about what we have watched
from the vty/vtysh cli for nexthops.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/sharp.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/sharp.rst b/doc/user/sharp.rst index a0da6af4d..a78fac8fc 100644 --- a/doc/user/sharp.rst +++ b/doc/user/sharp.rst @@ -75,3 +75,9 @@ keyword. At present, no sharp commands will be preserved in the config. Instruct zebra to monitor and notify sharp when the specified nexthop is changed. The notification from zebra is written into the debug log. + +.. index:: sharp data nexthop +.. clicmd:: sharp data nexthop + + Allow end user to dump associated data with the nexthop tracking that + may have been turned on. |