]> git.puffer.fish Git - matthieu/frr.git/commitdiff
pimd,pim6d: Query-interval should be greater than quer max response time
authorSai Gomathi N <nsaigomathi@vmware.com>
Tue, 4 Jul 2023 08:55:33 +0000 (01:55 -0700)
committerSai Gomathi N <nsaigomathi@vmware.com>
Tue, 4 Jul 2023 09:41:03 +0000 (02:41 -0700)
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>
yang/frr-gmp.yang

index a18651db284bd9ad741d27aa98e158bf7d2068b1..c8a05a2bdba71482e48db25bb527f966628f2179 100644 (file)
@@ -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