-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
fix(lwip): use dhcp_network_changed_link_up() (IDFGH-13780) #14640
base: master
Are you sure you want to change the base?
Conversation
👋 Hello xobs, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
The function `dhcp_network_changed()` was renamed to `dhcp_network_changed_link_up()` upstream. Use the new function name. This closes espressif#14582. Signed-off-by: Sean Cross <[email protected]>
c60ec31
to
a92b654
Compare
Note: the runner is stating that I haven't installed the pre-commit hooks. However, I have done that, and have run
|
Description
The function
dhcp_network_changed()
was renamed todhcp_network_changed_link_up()
upstream. Use the new function name.Related
Fixes #14582
Testing
With this fix applied, I am able to build with
CONFIG_LWIP_DHCP_RESTORE_LAST_IP
. Additionally, network connectivity is restored very quickly.Checklist
Before submitting a Pull Request, please ensure the following: