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

Add IPv4 link-local address to private ranges detector, update list #29

Merged
merged 2 commits into from
Aug 4, 2024

Conversation

paskal
Copy link
Collaborator

@paskal paskal commented Aug 4, 2024

169.254.0.0/16 is this new range is the same as fe80::/10 for IPv6.

Also, add comments to each entry according to provided link and replace
192.0.0.0/24 with more specific prefixes according to standard.

Originally found using Claude 3.5 Sonnet, but ChatGPT 4o told me that some addresses might be incorrect and then I used https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml as a reference to get a corrected list.

@paskal paskal requested a review from umputun August 4, 2024 10:43
@paskal paskal force-pushed the paskal/add_ipv4_link_local branch from c269928 to 0101d3f Compare August 4, 2024 10:56
@coveralls
Copy link

coveralls commented Aug 4, 2024

Pull Request Test Coverage Report for Build 10235749004

Details

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 88.077%

Totals Coverage Status
Change from base Build 8136494225: 0.0%
Covered Lines: 687
Relevant Lines: 780

💛 - Coveralls

@paskal paskal force-pushed the paskal/add_ipv4_link_local branch 2 times, most recently from 87f8cac to 00d1a23 Compare August 4, 2024 11:10
@paskal paskal changed the title Add IPv4 link-local address to private ranges detector Add IPv4 link-local address to private ranges detector, update list Aug 4, 2024
169.254.0.0/16 is this new range is the same as fe80::/10 for IPv6.

Also, add comments to each entry according to provided link and replace
192.0.0.0/24 with more specific prefixes according to standard.
@paskal paskal force-pushed the paskal/add_ipv4_link_local branch from 00d1a23 to 81b535a Compare August 4, 2024 11:12
@umputun umputun merged commit fbfa8cb into master Aug 4, 2024
6 checks passed
@umputun umputun deleted the paskal/add_ipv4_link_local branch August 4, 2024 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants