RFC Errata
RFC 3973, "Protocol Independent Multicast - Dense Mode (PIM-DM): Protocol Specification (Revised)", January 2005
Note: This RFC has been updated by RFC 8736, RFC 9436
Source of RFC: pim (rtg)See Also: RFC 3973 w/ inline errata
Errata ID: 969
Status: Verified
Type: Editorial
Publication Format(s) : TEXT
Reported By: Mark Doll
Date Reported: 2007-05-16
Verifier Name: Adrian Farrel
Date Verified: 2011-09-04
Section 4.6.1 says:
assert_metric infinite_assert_metric() { return {1,infinity,infinity,0} }
It should say:
assert_metric infinite_assert_metric() { return {infinity,infinity,0} }
Notes:
In Section 4.6.1, assert_metric is defined to be a 3-tuple, not a
4-tuple.