]> git.puffer.fish Git - matthieu/frr.git/commitdiff
lib: include ldpd to the list of daemons
authorEmanuele Di Pascale <emanuele@voltanet.io>
Tue, 15 Oct 2019 13:25:15 +0000 (15:25 +0200)
committerEmanuele Di Pascale <emanuele@voltanet.io>
Tue, 29 Oct 2019 09:32:38 +0000 (10:32 +0100)
... for commands such as 'show running-config X'.

Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
lib/command.h

index d5dc129c72f5cdeb9cf7a58f5c4b53936e95b675..2176b14615eae51959bb04a7dd32244e9aba26c9 100644 (file)
@@ -414,9 +414,9 @@ struct cmd_node {
 
 /* Daemons 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\nFor the sharpd daemon\nFor the vrrpd 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\nFor the ldpd daemon\n"
 #define DAEMONS_LIST                                                           \
-       "<zebra|ripd|ripngd|ospfd|ospf6d|bgpd|isisd|pbrd|fabricd|pimd|staticd|sharpd|vrrpd>"
+       "<zebra|ripd|ripngd|ospfd|ospf6d|bgpd|isisd|pbrd|fabricd|pimd|staticd|sharpd|vrrpd|ldpd>"
 
 /* Prototypes. */
 extern void install_node(struct cmd_node *, int (*)(struct vty *));