Skip to content

Commit

Permalink
Merge pull request FRRouting#13926 from SaiGomathiN/querinterval
Browse files Browse the repository at this point in the history
pimd,pim6d: Query-interval should be greater than query max response time
  • Loading branch information
donaldsharp authored Jul 6, 2023
2 parents 3b496e9 + 05c5f81 commit 9f6a538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yang/frr-gmp.yang
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f6a538

Please sign in to comment.