-
Notifications
You must be signed in to change notification settings - Fork 751
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unbound: speed up and safeguards for #4642
- Loading branch information
Showing
1 changed file
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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
140f4ea
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.
@marjohn56 can you give this a go? we should make sure to check dhcpd6track6allowoverride state
140f4ea
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.
It writes the correct info to the host_entries.conf, v4 and v6 so looks good.
140f4ea
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.
Thanks! Dnsmasq is also patched up now. It looks like we should really consider writing an iterator for the staticmap loops since Unbound and Dnsmasq basically use the same code and so it's harder to manage than it should. It would also push this code back to dhcpd.inc where it belongs.