Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing References #23

Open
mjethanandani opened this issue Jan 18, 2023 · 1 comment
Open

Missing References #23

mjethanandani opened this issue Jan 18, 2023 · 1 comment
Labels
accepted bug Something isn't working

Comments

@mjethanandani
Copy link

The latest version of this tool complains about missing references when it is regular text in the draft. For example if the text in the draft says the following:

   [64496 64500]
      Matches the AS_PATH where at least one of the ASes is either 64496
      or 64500.

   [^64496 64500]
      Matches the AS_PATH where neither 64496 nor 64500 are present in
      the AS_PATH.

   [64496-64511]
      Matches the AS_PATH where at least one AS number is in the range
      64496..64511, inclusive.  This matches the documentation AS
      numbers in [RFC5398].

The tools reports the following error:

  == Missing Reference: '64496 64500' is mentioned on line 7881, but
     not defined

  == Missing Reference: '64496-64511' is mentioned on line 7889, but
     not defined

  == Missing Reference: '64505-64511' is mentioned on line 7901, but
     not defined
@rjsparks
Copy link
Member

We'll add this as a place to improve the behavior for the re-implementation of idnits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants