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

ISPN-14171 Support RFC 6598 shared address space addresses #10345

Merged
merged 1 commit into from Sep 27, 2022

Conversation

tristantarrant
Copy link
Member

@tristantarrant tristantarrant added this to the 14.0.0.Final milestone Sep 26, 2022
this.prefixLength = 4;
} else if (a[0] == (byte) 100 && a[1] >= (byte) 64) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
} else if (a[0] == (byte) 100 && a[1] >= (byte) 64) {
} else if (a[0] == (byte) 100 && a[1] >= (byte) 64 && a[1] <= (byte) 127) {

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the beauty of signed values

@tristantarrant
Copy link
Member Author

@jabolina I've changed the code so that it is much more extensible and will also support custom ranges in the future

@jabolina jabolina merged commit f3f4e8c into infinispan:main Sep 27, 2022
@jabolina
Copy link
Member

Merged, thanks @tristantarrant

@tristantarrant tristantarrant deleted the ISPN-14171/rfc6598 branch April 12, 2023 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants