summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2020-10-02 00:16:23 +0200
committerIgor Ryzhov <iryzhov@nfware.com>2020-10-02 14:06:27 +0200
commitd7b86ae4fef56b52561e9d27982f6067a02e4aa0 (patch)
treec47efa1d9f68061d8381897a2074eb9269ccf59e /Makefile.am
parentMerge pull request #7232 from idryzhov/more-topotests-vrf-id (diff)
downloadfrr-d7b86ae4fef56b52561e9d27982f6067a02e4aa0.tar.xz
frr-d7b86ae4fef56b52561e9d27982f6067a02e4aa0.zip
vtysh: dynamically generate the list of daemons for commands
Some daemons were actually missing from the static definitions: nhrpd, babeld, eigrpd and bfdd. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 425d7bb31..b6e8a2bce 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -112,6 +112,7 @@ dist_examples_DATA =
dist_yangmodels_DATA =
man_MANS =
vtysh_scan =
+vtysh_daemons =
clippy_scan =
## libtool, the self-made GNU scourge