summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorEmanuele Di Pascale <emanuele@voltanet.io>2019-10-15 15:25:15 +0200
committerEmanuele Di Pascale <emanuele@voltanet.io>2019-10-29 10:32:38 +0100
commit984fd9614d1fa12ec127da81c5c0671f4b359b6e (patch)
tree34595e48c11d4a40f6c49d8980f860bfa545a28a /lib/command.h
parent1a11d9cd1e5305db560bb5cbb8200c9ad699d1ff (diff)
lib: include ldpd to the list of daemons
... for commands such as 'show running-config X'. Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/command.h b/lib/command.h
index d5dc129c72..2176b14615 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -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 *));