]> git.proxmox.com Git - mirror_frr.git/commitdiff
lib: Add vrrpd,sharpd to DAEMONS_* strings
authorStephen Worley <sworley@cumulusnetworks.com>
Thu, 13 Jun 2019 21:59:16 +0000 (17:59 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Wed, 19 Jun 2019 21:20:24 +0000 (17:20 -0400)
Add vrrpd and sharpd to the DAEMONS_* list so they
can be dispatched daemons independent commands
such as `show work-queues` and `log-filter`.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
lib/command.h

index 95be7ccb6ec75c3592512166021cdf66290d0e76..fbc0e7dd6d016ede42b6a49c455f9ef635fe97d5 100644 (file)
@@ -414,9 +414,9 @@ struct cmd_node {
 
 /* Dameons lists */
 #define DAEMONS_STR                                                            \
-       "For the zebra daemon\nFor the rip daemon\nFor the ripng daemon\nFor the ospf daemon\nFor the ospfv6 daemon\nFor the bgp daemon\nFor the isis daemon\nFor the pbr daemon\nFor the fabricd daemon\nFor the pim daemon\nFor the static daemon\n"
+       "For the zebra daemon\nFor the rip daemon\nFor the ripng daemon\nFor the ospf daemon\nFor the ospfv6 daemon\nFor the bgp daemon\nFor the isis daemon\nFor the pbr daemon\nFor the fabricd daemon\nFor the pim daemon\nFor the static daemon\nFor the sharpd daemon\nFor the vrrpd daemon\n"
 #define DAEMONS_LIST                                                           \
-       "<zebra|ripd|ripngd|ospfd|ospf6d|bgpd|isisd|pbrd|fabricd|pimd|staticd>"
+       "<zebra|ripd|ripngd|ospfd|ospf6d|bgpd|isisd|pbrd|fabricd|pimd|staticd|sharpd|vrrpd>"
 
 /* Prototypes. */
 extern void install_node(struct cmd_node *, int (*)(struct vty *));