pimd: Allow join prune intervals to be as small as 5 seconds

Allow the join-prune interval to be as small as 5 seconds instead
of limiting the value to 60.

This can and will come at a price of being able to converge less
mroutes.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2021-07-26 10:02:21 -04:00
parent 53d7080980
commit 53dc1b16aa
2 changed files with 3 additions and 3 deletions

View File

@ -7187,7 +7187,7 @@ DEFPY (pim_register_accept_list,
DEFUN (ip_pim_joinprune_time,
ip_pim_joinprune_time_cmd,
"ip pim join-prune-interval (60-600)",
"ip pim join-prune-interval (5-600)",
IP_STR
"pim multicast routing\n"
"Join Prune Send Interval\n"
@ -7201,7 +7201,7 @@ DEFUN (ip_pim_joinprune_time,
DEFUN (no_ip_pim_joinprune_time,
no_ip_pim_joinprune_time_cmd,
"no ip pim join-prune-interval (60-600)",
"no ip pim join-prune-interval (5-600)",
NO_STR
IP_STR
"pim multicast routing\n"

View File

@ -529,7 +529,7 @@ module frr-pim {
}
leaf join-prune-interval {
type uint16 {
range "60..600";
range "5..600";
}
default "60";
description