diff options
| author | David Lamparter <equinox@diac24.net> | 2019-12-04 08:10:42 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2022-02-28 13:28:43 +0100 | 
| commit | 0798d2760dbcc95521edf68eff3cf2afaf0a8e4e (patch) | |
| tree | 405f0b559046018c4cbfc65aab3bf97c012a972f /lib/subdir.am | |
| parent | b2dde56b2c1aa793a476ac6beed2a28dd74e4591 (diff) | |
lib: implement `terminal monitor` for vtysh
Adds a new logging target that sends log messages to vtysh.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/subdir.am')
| -rw-r--r-- | lib/subdir.am | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/subdir.am b/lib/subdir.am index 648ab7f14a..64f86b670a 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -113,6 +113,7 @@ lib_libfrr_la_SOURCES = \  	lib/zlog.c \  	lib/zlog_5424.c \  	lib/zlog_5424_cli.c \ +	lib/zlog_live.c \  	lib/zlog_targets.c \  	lib/printf/printf-pos.c \  	lib/printf/vfprintf.c \ @@ -287,6 +288,7 @@ pkginclude_HEADERS += \  	lib/zebra.h \  	lib/zlog.h \  	lib/zlog_5424.h \ +	lib/zlog_live.h \  	lib/zlog_targets.h \  	lib/pbr.h \  	lib/routing_nb.h \  | 
