diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-06-20 18:51:04 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-14 20:02:05 +0000 |
| commit | ed8841d3fb5af79fae6786d93ebbbff681d4d6bf (patch) | |
| tree | 97027f642364bef76f533ad9ec200b520bcf1399 /lib/ferr.h | |
| parent | fc5031bc33bf52d03405f0ef2291bbc14b7769c5 (diff) | |
lib: add 'show error all json'
* Add 'all' option
* Add 'json' option
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/ferr.h')
| -rw-r--r-- | lib/ferr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ferr.h b/lib/ferr.h index 79f1fc996f..51fd9e3be5 100644 --- a/lib/ferr.h +++ b/lib/ferr.h @@ -146,7 +146,7 @@ struct ferr_ref { void ferr_ref_add(struct ferr_ref *ref); struct ferr_ref *ferr_ref_get(uint32_t code); -void ferr_ref_display(struct vty *, uint32_t code); +void ferr_ref_display(struct vty *, uint32_t code, bool json); /* * This function should be called by the |
