-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Fix gw ARP. Make ARP probe public. Add ARP event #2926
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
// hack: 30 min before deadline, try to rebind (4.3.6) every min | ||
tx_dhcp_request_re(ifp, (uint8_t *) broadcast, ifp->ip, 0xffffffff); | ||
} // TODO(): Handle T1 (RENEWING) and T2 (REBINDING) (4.4.5) | ||
if (ifp->enable_dhcp_client && expired_1000ms) { |
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.
We can't send DHCP probes unless DHCP is actually enabled
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.
See comments in net_builtin.c
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.
Approved.
See my comment about renaming state names, if that makes sense
@cpq For some reason you added this branch, and it was left behind. Rebased.