summaryrefslogtreecommitdiffstats
path: root/lib/ferr.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2019-01-08 22:33:49 +0100
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-07-29 19:18:18 +0200
commit1f9128d69fa2741368b72a6e0ab4ef25fd29a636 (patch)
treefbdf035783d2f23c5329e20d3d29d7cc9dc6cfdd /lib/ferr.h
parentMerge pull request #4736 from dslicenc/zebra-skip-queued-entry (diff)
downloadfrr-1f9128d69fa2741368b72a6e0ab4ef25fd29a636.tar.xz
frr-1f9128d69fa2741368b72a6e0ab4ef25fd29a636.zip
vtysh: only show error codes once
When using `show error` commands, show errors shared between multiple daemons only once. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/ferr.h')
-rw-r--r--lib/ferr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ferr.h b/lib/ferr.h
index 93d0ced53..a89b595e8 100644
--- a/lib/ferr.h
+++ b/lib/ferr.h
@@ -158,6 +158,7 @@ void log_ref_display(struct vty *vty, uint32_t code, bool json);
*/
void log_ref_init(void);
void log_ref_fini(void);
+void log_ref_vty_init(void);
/* get error details.
*