Description
Note the output of idnits2 at https://author-tools.ietf.org/api/idnits?url=https://www.ietf.org/archive/id/draft-ietf-ospf-sr-yang-45.txt
As of afb8ea0 idnits3 reports
2 Warning
└- Code - REFERENCE_NOT_USED
└- Desc - The reference RFC [value] is listed in the References section but is not mentioned in the document text.
└- Ref - https://authors.ietf.org/en/required-content#references
This is odd as the string [value]
is not, in this case, in the references section (it's not even a reference) a reference - it occurs in Appendix B as part of a yang tree diagram. See https://datatracker.ietf.org/doc/html/draft-ietf-ospf-sr-yang-45#appendix-B.
The fix to #140 shouldn't cause this to start appearing as a missing reference. Please look at how idnits2 is managing to not complain about this use of [value]
.