mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 06:02:26 +00:00
Merge pull request #13926 from SaiGomathiN/querinterval
pimd,pim6d: Query-interval should be greater than query max response time
This commit is contained in:
commit
9f6a5380ea
@ -107,7 +107,7 @@ module frr-gmp {
|
||||
range "1..max";
|
||||
}
|
||||
units seconds;
|
||||
must ". * 10 >= ../query-max-response-time";
|
||||
must ". * 10 > ../query-max-response-time";
|
||||
default "125";
|
||||
description
|
||||
"The Query Interval is the interval between General Queries
|
||||
|
Loading…
Reference in New Issue
Block a user