RFC Errata
RFC 7181, "The Optimized Link State Routing Protocol Version 2", April 2014
Note: This RFC has been updated by RFC 7183, RFC 7187, RFC 7188, RFC 7466
Source of RFC: manet (rtg)See Also: RFC 7181 w/ inline errata
Errata ID: 4874
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Nikolai Malykh
Date Reported: 2016-12-01
Verifier Name: Alvaro Retana
Date Verified: 2017-02-23
Section 17.1 says:
If the router changes its originator address, then: 1. If there is no Originator Tuple with: * O_orig_addr = old originator address then create an Originator Tuple with: * O_orig_addr := old originator address The Originator Tuple (existing or new) with: * O_orig_addr = new originator address is then modified as follows: * O_time := current time + O_HOLD_TIME
It should say:
If the router changes its originator address, then: 1. If there is an Originator Tuple with: * O_orig_addr = old originator address then modify it as follows: * O_orig_addr := new originator address * O_time := current time + O_HOLD_TIME otherwise create an Originator Tuple with: * O_orig_addr := new originator address * O_time := current time + O_HOLD_TIME
Notes:
At the time of the modification Originator Tuple with O_orig_addr = new originator address does not yet exist.
===
The Corrected text reflects consultation with the WG.