diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2020-10-02 00:16:23 +0200 |
---|---|---|
committer | Igor Ryzhov <iryzhov@nfware.com> | 2020-10-02 14:06:27 +0200 |
commit | d7b86ae4fef56b52561e9d27982f6067a02e4aa0 (patch) | |
tree | c47efa1d9f68061d8381897a2074eb9269ccf59e /pimd | |
parent | Merge pull request #7232 from idryzhov/more-topotests-vrf-id (diff) | |
download | frr-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 'pimd')
-rw-r--r-- | pimd/subdir.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/subdir.am b/pimd/subdir.am index 854065154..8952d15aa 100644 --- a/pimd/subdir.am +++ b/pimd/subdir.am @@ -9,6 +9,7 @@ bin_PROGRAMS += pimd/mtracebis noinst_PROGRAMS += pimd/test_igmpv3_join dist_examples_DATA += pimd/pimd.conf.sample vtysh_scan += pimd/pim_cmd.c +vtysh_daemons += pimd man8 += $(MANBUILD)/frr-pimd.8 man8 += $(MANBUILD)/mtracebis.8 endif |