Skip to content

Conversation

scaprile
Copy link
Collaborator

@scaprile scaprile commented Oct 3, 2024

@cpq For some reason you added this branch, and it was left behind. Rebased.

@scaprile scaprile requested a review from cpq October 3, 2024 13:49
// 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) {
Copy link
Collaborator Author

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

Copy link
Collaborator Author

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

@scaprile scaprile changed the title Make ARP probe public. Add ARP event Fix gw ARP. Make ARP probe public. Add ARP event Oct 9, 2024
Copy link
Member

@cpq cpq left a 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

@scaprile scaprile merged commit f77a7ad into master Oct 10, 2024
66 of 76 checks passed
@scaprile scaprile deleted the arp branch October 10, 2024 14:44
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