]> git.proxmox.com Git - mirror_frr.git/commit
lib,vtysh: Add vtysh commands for log-filter
authorStephen Worley <sworley@cumulusnetworks.com>
Thu, 13 Jun 2019 21:46:29 +0000 (17:46 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Wed, 19 Jun 2019 21:20:24 +0000 (17:20 -0400)
commitf73126c31acdd496dcc88c69059a5e0103d6a2ff
treea104f3a5dbe7f6f32e87b3b7b41fa73692cc8519
parentf9ed934c7f1052ca5700c09e2aece71df3f1d2f1
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>
lib/command.h
lib/libfrr.c
lib/log_vty.c [new file with mode: 0644]
lib/log_vty.h [new file with mode: 0644]
lib/subdir.am
vtysh/vtysh.c