diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-10-25 10:52:24 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-10-25 10:57:00 -0400 | 
| commit | 41e7fb8030d60e8df191bf96bd1eb6c86a56b934 (patch) | |
| tree | b5e5a5e941accaf5760913c42481566445097b5b /zebra/zebra_fpm.c | |
| parent | ef47f23b913e9ff6ba85c807ed36cfbe782c1d75 (diff) | |
lib, ospf6d, ospfd, zebra: Add ZEBRA_STR
Allow us to use a ZEBRA_STR for commands
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_fpm.c')
| -rw-r--r-- | zebra/zebra_fpm.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zebra_fpm.c b/zebra/zebra_fpm.c index a5d256b7aa..0ffa55f1e4 100644 --- a/zebra/zebra_fpm.c +++ b/zebra/zebra_fpm.c @@ -1413,7 +1413,7 @@ DEFUN (show_zebra_fpm_stats,         show_zebra_fpm_stats_cmd,         "show zebra fpm stats",         SHOW_STR -       "Zebra information\n" +       ZEBRA_STR         "Forwarding Path Manager information\n"         "Statistics\n")  { @@ -1428,7 +1428,7 @@ DEFUN (clear_zebra_fpm_stats,         clear_zebra_fpm_stats_cmd,         "clear zebra fpm stats",         CLEAR_STR -       "Zebra information\n" +       ZEBRA_STR         "Clear Forwarding Path Manager information\n"         "Statistics\n")  {  | 
