diff options
author | David Lamparter <equinox@diac24.net> | 2019-12-06 13:48:06 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2022-02-28 13:33:27 +0100 |
commit | bec667a6bc390f1ef90039d82fd68a06ee228142 (patch) | |
tree | 399defd4d1d17626604d75c731c4edbe1d8cfb49 /vtysh/subdir.am | |
parent | vtysh: use poll/callback-driven readline interface (diff) | |
download | frr-bec667a6bc390f1ef90039d82fd68a06ee228142.tar.xz frr-bec667a6bc390f1ef90039d82fd68a06ee228142.zip |
vtysh: show live log messages
https://www.youtube.com/watch?v=8psFQCEgA18
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'vtysh/subdir.am')
-rw-r--r-- | vtysh/subdir.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vtysh/subdir.am b/vtysh/subdir.am index 5f7d85494..624361645 100644 --- a/vtysh/subdir.am +++ b/vtysh/subdir.am @@ -7,6 +7,10 @@ bin_PROGRAMS += vtysh/vtysh man1 += $(MANBUILD)/vtysh.1 endif +clippy_scan += \ + vtysh/vtysh.c \ + # end + vtysh_vtysh_SOURCES = \ vtysh/vtysh_main.c \ vtysh/vtysh.c \ |