diff options
author | David Lamparter <equinox@diac24.net> | 2019-12-17 13:05:32 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2020-04-01 06:53:26 +0200 |
commit | 1c4086281f72fd8b6fdf824a6edfaebe1871e383 (patch) | |
tree | 32a7b4570fd89f998ebb8d7c8c085d2b1dee9e2f /lib/subdir.am | |
parent | doc: new logging subsystem (diff) | |
download | frr-1c4086281f72fd8b6fdf824a6edfaebe1871e383.tar.xz frr-1c4086281f72fd8b6fdf824a6edfaebe1871e383.zip |
lib/log: re-add log filtering
This is most of the old code bolted on top of the new "backend"
infrastructure. It just wraps around zlog_fd() with the string search.
Originally-by: Stephen Worley <sworley@cumulusnetworks.com>
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib/subdir.am')
-rw-r--r-- | lib/subdir.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/subdir.am b/lib/subdir.am index 40c21dcfe..a01909e90 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -45,6 +45,7 @@ lib_libfrr_la_SOURCES = \ lib/libfrr.c \ lib/linklist.c \ lib/log.c \ + lib/log_filter.c \ lib/log_vty.c \ lib/md5.c \ lib/memory.c \ |