diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2020-10-02 01:16:23 +0300 | 
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2020-10-02 15:06:27 +0300 | 
| commit | d7b86ae4fef56b52561e9d27982f6067a02e4aa0 (patch) | |
| tree | c47efa1d9f68061d8381897a2074eb9269ccf59e /eigrpd/subdir.am | |
| parent | 3a1d1d6076897b2bb7afae96b4191c14888447f8 (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 'eigrpd/subdir.am')
| -rw-r--r-- | eigrpd/subdir.am | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/eigrpd/subdir.am b/eigrpd/subdir.am index 8b86b9c8a7..98f39440c3 100644 --- a/eigrpd/subdir.am +++ b/eigrpd/subdir.am @@ -12,6 +12,7 @@ vtysh_scan += \  	eigrpd/eigrp_vty.c \  	# end  #	eigrpd/eigrp_routemap.c +vtysh_daemons += eigrpd  man8 += $(MANBUILD)/frr-eigrpd.8  endif  | 
