feat: add DHCPv6 support and enhance documentation for dual-stack configuration #41
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.
Description
This pull request adds comprehensive support for DHCPv6 and IPv6 DNS records to the CoreSMD plugins for both CoreDHCP and CoreDNS. The changes include updates to documentation, example configuration files, and plugin implementation to enable dual-stack (IPv4 and IPv6) networking. The CoreDHCP plugin (
coresmd) now supports DHCPv6 address assignment, hostname configuration, and iPXE boot options, while the CoreDNS plugin can resolve AAAA records and perform IPv6 reverse lookups.DHCPv6 and IPv6 support for CoreDHCP:
coresmdplugin for CoreDHCP now supports DHCPv6, including IPv6 address assignment from SMD, FQDN option handling, and iPXE boot configuration. The implementation includes a newHandler6function and updated setup logic to parse configuration and interact with SMD for IPv6 leases. [1] [2]coredhcp.yamlandcoredhcp-minimal.yaml) and documentation have been updated to show dual-stack (DHCPv4 and DHCPv6) setups and explain configuration options specific to IPv6. [1] [2] [3]IPv6 support for CoreDNS:
Documentation improvements:
Testing and validation:
References:
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]
Checklist
make test(or equivalent) locally and all tests passgit commit -s) with my real name and emailFixes #40
Type of Change
For more info, see Contributing Guidelines.