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: 968
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 spt_assert_metric(S,I) { return {0,MRIB.pref(S),MRIB.metric(S),my_addr(I)} }
It should say:
assert_metric spt_assert_metric(S,I) { return {MRIB.pref(S),MRIB.metric(S),my_addr(I)} }
Notes:
In Section 4.6.1, assert_metric is defined to be a 3-tuple, not a
4-tuple.