Skip to content

Reject unspecified IP from global #32211

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

Merged
merged 1 commit into from
Mar 14, 2016
Merged

Conversation

achanda
Copy link
Contributor

@achanda achanda commented Mar 12, 2016

Also fixed the test

@@ -375,6 +375,7 @@ impl Ipv6Addr {
!self.is_multicast()
&& !self.is_loopback() && !self.is_unicast_link_local()
Copy link
Member

Choose a reason for hiding this comment

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

loopback is already rejected here

@achanda
Copy link
Contributor Author

achanda commented Mar 12, 2016

@ollie27 thanks, fixed.

@alexcrichton
Copy link
Member

@bors: r+ 534bd19

@achanda achanda changed the title Reject unspecified and loopback IP from global Reject unspecified IP from global Mar 13, 2016
@bors
Copy link
Collaborator

bors commented Mar 13, 2016

⌛ Testing commit 534bd19 with merge 74b886a...

bors added a commit that referenced this pull request Mar 13, 2016
Reject unspecified IP from global

Also fixed the test
@bors bors merged commit 534bd19 into rust-lang:master Mar 14, 2016
@achanda achanda deleted the ipv6-global branch March 14, 2016 06:19
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.

4 participants