DEFUN (vtysh_write_terminal_daemon,
vtysh_write_terminal_daemon_cmd,
- "write terminal (zebra|ripd|ripngd|ospfd|ospf6d|bgpd|isisd)",
+ "write terminal (zebra|ripd|ripngd|ospfd|ospf6d|bgpd|isisd|pimd)",
"Write running configuration to memory, network, or terminal\n"
"Write to terminal\n"
"For the zebra daemon\n"
"For the ospf daemon\n"
"For the ospfv6 daemon\n"
"For the bgp daemon\n"
- "For the isis daemon\n")
+ "For the isis daemon\n"
+ "For the pim daemon\n")
{
unsigned int i;
int ret = CMD_SUCCESS;
ALIAS (vtysh_write_terminal_daemon,
vtysh_show_running_config_daemon_cmd,
- "show running-config (zebra|ripd|ripngd|ospfd|ospf6d|bgpd|isisd)",
+ "show running-config (zebra|ripd|ripngd|ospfd|ospf6d|bgpd|isisd|pimd)",
SHOW_STR
"Current operating configuration\n"
"For the zebra daemon\n"
"For the ospf daemon\n"
"For the ospfv6 daemon\n"
"For the bgp daemon\n"
- "For the isis daemon\n")
+ "For the isis daemon\n"
+ "For the pim daemon\n")
DEFUN (vtysh_terminal_length,
vtysh_terminal_length_cmd,