-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Change the default IPv6 prefix from aaaa::/64 to fd00::/64 #1297
Conversation
73f18b4
to
7486b1d
Compare
7486b1d
to
e31111d
Compare
This should just go in! It is much better than the aaaa:: prefix as we always have been using! 👍 |
👍 after resolving conflicts |
e31111d
to
b50fa60
Compare
rebased, conflict resolved, thanks! |
b50fa60
to
2c501dd
Compare
Why is this not just getting in? 👍 from me again! We need to get rid of aaaa:: and have something that is a valid address for the default (local-global) prefix which fd00:: is! |
2c501dd
to
dea04c6
Compare
Rebased again, conflicts solved. This is going to affect many external examples / tutorials etc, so I'd like to see some extra support before merging. |
Certainly better than |
For 6lbr, I think there will be a surge in support request but no real issues . The network prefixes are either user configurable or auto-configured, and the non regression tests are already using different prefixes, so everything should be fine. |
merging, then! |
Change the default IPv6 prefix from aaaa::/64 to fd00::/64
This PR brings #712 back to life, now with
fd00
rather thanfc00
. As mentioned here I (and some others) believefd00
to be a better alternative than the Sixxs prefix.