RFC Errata
RFC 5798, "Virtual Router Redundancy Protocol (VRRP) Version 3 for IPv4 and IPv6", March 2010
Note: This RFC has been obsoleted by RFC 9568
Source of RFC: vrrp (rtg)
Errata ID: 4699
Status: Held for Document Update
Type: Editorial
Publication Format(s) : TEXT
Reported By: Quentin Armitage
Date Reported: 2016-05-19
Held for Document Update by: Alvaro Retana
Date Held: 2016-07-14
Section 6.4.3 says:
(630) ++ MUST send ND Router Advertisements for the virtual router. (635) ++ If Accept_Mode is False: MUST NOT drop IPv6 Neighbor Solicitations and Neighbor Advertisements. (640) +-endif // ipv4? and (705) -+ If the Priority in the ADVERTISEMENT is zero, then: (710) -* Send an ADVERTISEMENT (715) -* Reset the Adver_Timer to Advertisement_Interval (720) -+ else // priority was non-zero (725) -* If the Priority in the ADVERTISEMENT is greater than the local Priority, (730) -* or (735) -* If the Priority in the ADVERTISEMENT is equal to the local Priority and the primary IPvX Address of the sender is greater than the local primary IPvX Address, then: (740) -@ Cancel Adver_Timer (745) -@ Set Master_Adver_Interval to Adver Interval contained in the ADVERTISEMENT (750) -@ Recompute the Skew_Time
It should say:
(630) + MUST send ND Router Advertisements for the virtual router. (635) + If Accept_Mode is False: MUST NOT drop IPv6 Neighbor Solicitations and Neighbor Advertisements. (640) -endif // ipv4? and (705) + If the Priority in the ADVERTISEMENT is zero, then: (710) * Send an ADVERTISEMENT (715) * Reset the Adver_Timer to Advertisement_Interval (720) + else // priority was non-zero (725) * If the Priority in the ADVERTISEMENT is greater than the local Priority, (730) * or (735) * If the Priority in the ADVERTISEMENT is equal to the local Priority and the primary IPvX Address of the sender is greater than the local primary IPvX Address, then: (740) @ Cancel Adver_Timer (745) @ Set Master_Adver_Interval to Adver Interval contained in the ADVERTISEMENT (750) @ Recompute the Skew_Time
Notes:
Between
(750) -@ Recompute the Skew_Time
and
(755) @ Recompute the Master_Down_Interval
the indentation level marking changes from '-@' to '@'. The corrected text removes the extra '+' from (630) to (640) and '-' from (705) to (750).