summaryrefslogtreecommitdiffstats
path: root/lib/subdir.am
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2019-12-17 13:05:32 +0100
committerDavid Lamparter <equinox@diac24.net>2020-04-01 06:53:26 +0200
commit1c4086281f72fd8b6fdf824a6edfaebe1871e383 (patch)
tree32a7b4570fd89f998ebb8d7c8c085d2b1dee9e2f /lib/subdir.am
parentdoc: new logging subsystem (diff)
downloadfrr-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.am1
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 \