summaryrefslogtreecommitdiffstats
path: root/yang
diff options
context:
space:
mode:
authorSai Gomathi N <nsaigomathi@vmware.com>2023-07-04 10:55:33 +0200
committerSai Gomathi N <nsaigomathi@vmware.com>2023-07-04 11:41:03 +0200
commit05c5f81b608118b5deabe0253533284848103a6d (patch)
tree2b301661ebc8dbccbc9d7e1636028310b7a49010 /yang
parentMerge pull request #13867 from mjstapp/fix_opq_source (diff)
downloadfrr-05c5f81b608118b5deabe0253533284848103a6d.tar.xz
frr-05c5f81b608118b5deabe0253533284848103a6d.zip
pimd,pim6d: Query-interval should be greater than quer max response time
According to RFC 2236 Section 8.3 The number of seconds represented by the [Query Response Interval] must be less than the [Query Interval]. As Maximum Response Delay refers to the maximum time interval within which an IGMP or MLD router should respond to a query message. If both are equal, then both may expire at the same time. So Query Interval must be greater than the query max response time. Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
Diffstat (limited to 'yang')
-rw-r--r--yang/frr-gmp.yang2
1 files changed, 1 insertions, 1 deletions
diff --git a/yang/frr-gmp.yang b/yang/frr-gmp.yang
index a18651db2..c8a05a2bd 100644
--- a/yang/frr-gmp.yang
+++ b/yang/frr-gmp.yang
@@ -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