Skip to content
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

Added IP_EVENT_ETH_LOST_IP to deserialize list #491

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

MartinBroers
Copy link
Contributor

The function deserialize did not check for the event IP_EVENT_ETH_LOST_IP when the ethernet driver lost the IP, instead, it panic'd when the IP is lost. This patch fixes that by additionally checking for the ETH_LOST_IP event and propagates it as a DhcpIpDeassigned event.

The function deserialize did not check for the event
IP_EVENT_ETH_LOST_IP when the ethernet driver lost the IP, instead, it
panic'd when the IP is lost. This patch fixes that by additionally
checking for the ETH_LOST_IP event and propagates it as a
DhcpIpDeassigned event.

Signed-off-by: Martin Broers <[email protected]>
@ivmarkov ivmarkov merged commit 151d1f2 into esp-rs:master Sep 24, 2024
15 checks passed
@MartinBroers MartinBroers deleted the eth-lost-ip-deserialize branch September 24, 2024 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants