-
-
Notifications
You must be signed in to change notification settings - Fork 235
Update embedded dnsmasq #2587
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
Merged
Merged
Update embedded dnsmasq #2587
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: DL6ER <[email protected]>
Reading /etc/ethers assumes that dhcp-host cofig has already been read, and that is the case for dhcp-host, but for unknown reasons, the analogous congiguration is dhcp-hostfile was being read after /etc/ethers. Swap the order. Thanks to Andreas Kuropka for spotting the problem. Signed-off-by: DL6ER <[email protected]>
Thanks to Mikhail Dmitrichenko for spotting this. Signed-off-by: DL6ER <[email protected]>
Traverse the nested data structures more efficiently, more understandably, and with watertight checking of buffer boundaries. Signed-off-by: DL6ER <[email protected]>
Some messages must be sent as multicast. Signed-off-by: DL6ER <[email protected]>
… DHCPv6. Change the behaviour of the DHVPv6 server when a REBIND message is received but no lease exists. Under these circumstances a new lease is created _only_ when the --dhcp-authoritative option is set. This matches the behavior of the DHCPv4 server. Signed-off-by: DL6ER <[email protected]>
If the link address in a relayed DHCPv6 message is zero, don't use it for addresss selection. Signed-off-by: DL6ER <[email protected]>
If we jump to label request_no_address, address_assigned has an undefined value, and maybe the wrong status is returned. Signed-off-by: DL6ER <[email protected]>
Include IA_* options even if no addresses are allocated, and always return options specified in ORO. Signed-off-by: DL6ER <[email protected]>
This makes a DHCPv4 relay which is functional when client and server networks aren't mutually route-able. Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
…s. This warning is correct here, see comment in 01-pihole-test.conf why this is needed during our tests Signed-off-by: DL6ER <[email protected]>
rdwebdesign
approved these changes
Aug 2, 2025
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this implement/fix?
Pulling in the latest
dnsmasqchanges. Mostly, this is modifying DHCP-related code, a new feature isdhcp-split-relaywhich is useful when client and server networks aren't mutually route-able.Related issue or feature (if applicable): N/A
Pull request in docs with documentation (if applicable): N/A
By submitting this pull request, I confirm the following:
git rebase)Checklist:
developmentbranch.