[pve-devel] applied: [PATCH] dns: powerdns: correctly handle different records types (A / AAAA)
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Mar 25 19:31:29 CET 2025
Am 27.02.25 um 10:02 schrieb Matthieu Pignolet:
> This fixes an issue with dual stacking, when using a zone with both a V4 and V6
> subnet and the same dns suffix, pve-network will try to set both dns records (type A and AAAA) in the
> same powerdns rrset, causing an api error, and effectively causing no forward dns records being created.
>
> This change edits the `get_zone_rrset` function so that it takes the dns record type into account.
>
> Signed-off-by: Matthieu Pignolet <m at mpgn.dev>
> ---
> src/PVE/Network/SDN/Dns/PowerdnsPlugin.pm | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
>
applied, thanks!
More information about the pve-devel
mailing list