-
Notifications
You must be signed in to change notification settings - Fork 3k
lwip - Fix static IP address issues with IPv4 #3526
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
Conversation
Thanks to @YixiaoLi for noting this was incorrect
Generalized handling of dns servers when brought up with both ipv4 and ipv6 addresses. Falls back to google dns servers if not dns server is found through dhcp. Also added support for the `add_dns_server` method to lwip to support custom servers.
👏 |
cc @kjbracey-arm @c1728p9 |
Sorry about the slipped message initially 😆 |
/morph test-nightly |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
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.
Looks okay to me, but I'd like @mikaleppanen to have a look.
Looks good to me. |
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.
Looks good to me
There were a few lingering issues with static IPv4 addresses that was preventing the
set_network
function from working with lwip.Generalized handling of dns servers when brought up with both ipv4 and ipv6 addresses. Falls back to google dns servers if not dns server is found through dhcp.
Also added support for the
add_dns_server
method to lwip to support custom servers.should resolve #3234
should resolve #3524
cc @kjbracey-arm