-
Notifications
You must be signed in to change notification settings - Fork 2k
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
WIP IPv6 refactoring #2003
Closed
Closed
WIP IPv6 refactoring #2003
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
miri64
added
State: waiting for other PR
State: The PR requires another PR to be merged first
State: WIP
State: The PR is still work-in-progress and its code is not in its final presentable form yet
Area: network
Area: Networking
Process: API change
Integration Process: PR contains or issue proposes an API change. Should be handled with care.
Impact: major
The PR changes a significant part of the code base. It should be reviewed carefully
labels
Nov 12, 2014
miri64
force-pushed
the
ipv6-refactor
branch
from
November 12, 2014 02:36
e4a5bff
to
43d61c3
Compare
miri64
force-pushed
the
ipv6-refactor
branch
2 times, most recently
from
November 14, 2014 07:25
4776a3e
to
80432d0
Compare
Merged
miri64
force-pushed
the
ipv6-refactor
branch
from
November 18, 2014 17:19
f314ae9
to
518b56d
Compare
Squashed WIP commits and rebased to current #1680 |
miri64
force-pushed
the
ipv6-refactor
branch
3 times, most recently
from
November 21, 2014 12:47
bdeee5d
to
329cc74
Compare
Rebased to #1680 |
miri64
force-pushed
the
ipv6-refactor
branch
from
November 21, 2014 14:03
329cc74
to
c1943fa
Compare
36 tasks
As of tomorrow there will be heavy changes to this PR. |
miri64
added
the
State: archived
State: The PR has been archived for possible future re-adaptation
label
Feb 8, 2015
By browser is stupid … or me ^^ |
Abandoned in favor for #2454. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: network
Area: Networking
Impact: major
The PR changes a significant part of the code base. It should be reviewed carefully
Process: API change
Integration Process: PR contains or issue proposes an API change. Should be handled with care.
State: archived
State: The PR has been archived for possible future re-adaptation
State: waiting for other PR
State: The PR requires another PR to be merged first
State: WIP
State: The PR is still work-in-progress and its code is not in its final presentable form yet
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes so far:
ipv6_if
) and KISSify ;-)ipv6_addr
)most modules that want to use something from IPv6 (the above mentioned
ipv6_if
e.g. just want to do something with IPv6 addresses so this was overdue IMHO)Still WIP
Depends on #1680 and #1968.