summaryrefslogtreecommitdiff
path: root/vrrpd
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2020-10-02 01:16:23 +0300
committerIgor Ryzhov <iryzhov@nfware.com>2020-10-02 15:06:27 +0300
commitd7b86ae4fef56b52561e9d27982f6067a02e4aa0 (patch)
treec47efa1d9f68061d8381897a2074eb9269ccf59e /vrrpd
parent3a1d1d6076897b2bb7afae96b4191c14888447f8 (diff)
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 'vrrpd')
-rw-r--r--vrrpd/subdir.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/vrrpd/subdir.am b/vrrpd/subdir.am
index 412ee1c3cf..96ae530894 100644
--- a/vrrpd/subdir.am
+++ b/vrrpd/subdir.am
@@ -7,6 +7,7 @@ noinst_LIBRARIES += vrrpd/libvrrp.a
sbin_PROGRAMS += vrrpd/vrrpd
# dist_examples_DATA += staticd/staticd.conf.sample
vtysh_scan += vrrpd/vrrp_vty.c
+vtysh_daemons += vrrpd
man8 += $(MANBUILD)/frr-vrrpd.8
endif