summaryrefslogtreecommitdiffstats
path: root/sharpd
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 /sharpd
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 'sharpd')
-rw-r--r--sharpd/subdir.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/sharpd/subdir.am b/sharpd/subdir.am
index 4c43c50d4..d161eb632 100644
--- a/sharpd/subdir.am
+++ b/sharpd/subdir.am
@@ -7,6 +7,7 @@ noinst_LIBRARIES += sharpd/libsharp.a
sbin_PROGRAMS += sharpd/sharpd
dist_examples_DATA += sharpd/sharpd.conf.sample
vtysh_scan += sharpd/sharp_vty.c
+vtysh_daemons += sharpd
man8 += $(MANBUILD)/frr-sharpd.8
endif