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 the Shared Address Space #106

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cesine
Copy link

@cesine cesine commented Dec 14, 2020

Summary

https://tools.ietf.org/html/rfc6598

Shared Address Space is distinct from RFC 1918 private address space
because it is intended for use on Service Provider networks.
However, it may be used in a manner similar to RFC 1918 private
address space on routing equipment that is able to do address
translation across router interfaces when the addresses are identical
on two different interfaces. Details are provided in the text of
this document.

This document details the allocation of an additional special-use
IPv4 address block and updates RFC 5735.

The Shared Address Space address range is 100.64.0.0/10.

Why

We use ip and recently started using the shared ip range for some of our servers, which meant that some of our requests were being flagged as public. We added the isShared function so that we can also use that in our business logic.

https://tools.ietf.org/html/rfc6598

   The Shared Address Space address range is 100.64.0.0/10.
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.

1 participant