diff options
author | Stephen Worley <sworley@cumulusnetworks.com> | 2019-06-13 23:46:29 +0200 |
---|---|---|
committer | Stephen Worley <sworley@cumulusnetworks.com> | 2019-06-19 23:20:24 +0200 |
commit | f73126c31acdd496dcc88c69059a5e0103d6a2ff (patch) | |
tree | a104f3a5dbe7f6f32e87b3b7b41fa73692cc8519 /lib/command.h | |
parent | vtysh: Make show work-queue execute by name (diff) | |
download | frr-f73126c31acdd496dcc88c69059a5e0103d6a2ff.tar.xz frr-f73126c31acdd496dcc88c69059a5e0103d6a2ff.zip |
lib,vtysh: Add vtysh commands for log-filter
Add vtysh commands to add/del/clear/show filters across
all daemons and independently on each one. Add automake and
clippy boilerplate for those commands as well.
Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
Diffstat (limited to 'lib/command.h')
-rw-r--r-- | lib/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index e02f1134b..95be7ccb6 100644 --- a/lib/command.h +++ b/lib/command.h @@ -397,6 +397,7 @@ struct cmd_node { #define SR_STR "Segment-Routing specific commands\n" #define WATCHFRR_STR "watchfrr information\n" #define ZEBRA_STR "Zebra information\n" +#define FILTER_LOG_STR "Filter Logs\n" #define CMD_VNI_RANGE "(1-16777215)" #define CONF_BACKUP_EXT ".sav" |