mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 21:01:42 +00:00
lib: Add some all daemon command strings
Add some strings for defining vty commands that target all daemons. Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
This commit is contained in:
parent
67e42128db
commit
db9a7cf7c0
@ -411,6 +411,12 @@ struct cmd_node {
|
||||
#define NEIGHBOR_ADDR_STR2 "Neighbor address\nNeighbor IPv6 address\nInterface name or neighbor tag\n"
|
||||
#define NEIGHBOR_ADDR_STR3 "Neighbor address\nIPv6 address\nInterface name\n"
|
||||
|
||||
/* 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"
|
||||
#define DAEMONS_LIST \
|
||||
"<zebra|ripd|ripngd|ospfd|ospf6d|bgpd|isisd|pbrd|fabricd|pimd|staticd>"
|
||||
|
||||
/* Prototypes. */
|
||||
extern void install_node(struct cmd_node *, int (*)(struct vty *));
|
||||
extern void install_default(enum node_type);
|
||||
|
Loading…
Reference in New Issue
Block a user