mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 07:21:59 +00:00
ripngd: finish CHECK ME's in ripngd
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
481af2edcb
commit
c8952fc122
@ -2554,23 +2554,15 @@ DEFUN (ripng_timers,
|
|||||||
return CMD_SUCCESS;
|
return CMD_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* CHECK ME - The following ALIASes need to be implemented in this DEFUN
|
|
||||||
* "no timers basic <0-65535> <0-65535> <0-65535>",
|
|
||||||
* NO_STR
|
|
||||||
* "RIPng timers setup\n"
|
|
||||||
* "Basic timer\n"
|
|
||||||
* "Routing table update timer value in second. Default is 30.\n"
|
|
||||||
* "Routing information timeout timer. Default is 180.\n"
|
|
||||||
* "Garbage collection timer. Default is 120.\n"
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
DEFUN (no_ripng_timers,
|
DEFUN (no_ripng_timers,
|
||||||
no_ripng_timers_cmd,
|
no_ripng_timers_cmd,
|
||||||
"no timers basic",
|
"no timers basic [(0-65535) (0-65535) (0-65535)",
|
||||||
NO_STR
|
NO_STR
|
||||||
"RIPng timers setup\n"
|
"RIPng timers setup\n"
|
||||||
"Basic timer\n")
|
"Basic timer\n"
|
||||||
|
"Routing table update timer value in second. Default is 30.\n"
|
||||||
|
"Routing information timeout timer. Default is 180.\n"
|
||||||
|
"Garbage collection timer. Default is 120.\n")
|
||||||
{
|
{
|
||||||
/* Set each timer value to the default. */
|
/* Set each timer value to the default. */
|
||||||
ripng->update_time = RIPNG_UPDATE_TIMER_DEFAULT;
|
ripng->update_time = RIPNG_UPDATE_TIMER_DEFAULT;
|
||||||
@ -2583,7 +2575,6 @@ DEFUN (no_ripng_timers,
|
|||||||
return CMD_SUCCESS;
|
return CMD_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
DEFUN (show_ipv6_protocols,
|
DEFUN (show_ipv6_protocols,
|
||||||
show_ipv6_protocols_cmd,
|
show_ipv6_protocols_cmd,
|
||||||
"show ipv6 protocols",
|
"show ipv6 protocols",
|
||||||
|
Loading…
Reference in New Issue
Block a user