-
Notifications
You must be signed in to change notification settings - Fork 11
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 support for IPv6 #93
Conversation
18173ae
to
87e19e1
Compare
63cf42b
to
d5840e9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small nitpicks, otherwise LGTM
818766a
to
565b7ba
Compare
Please update submodule update |
565b7ba
to
1ef6b21
Compare
Ioctls should not change in_data, so IPv6 addresses should be copied before conversion. JIRA: COG-42
Changed filters from declining all to accepting all JIRA: COG-42
JIRA: COG-42
* lib-lwip e05ec1e1...ce151524 (2): > raw_input: remove IPv6 header when using raw socket > lwip_sendto: add condition for allocating new buffer JIRA: COG-42
1ef6b21
to
e7eadf0
Compare
This introduced bible length of warnings, due to ipv6 code from lwip breaking Imho we should turn off this warn in lwip |
It should be revised @mateuszkobak will take a look at it. Some warnings are caused by invalid port (our) code. Some maybe not. Please do not disable warnings without a caution. |
@badochov @anglov, concerning these Regarding other two (if I am not mistaken) warnings I will take care of them. One is in lib-lwip and one in our port code. |
Description
Provide IPv6 support. This includes:
For now I was working only on ia32-generic-qemu.
Motivation and Context
Types of changes
How Has This Been Tested?
Checklist:
Special treatment
Discard IPv6 header when using raw socket lwip#11