Re: [pve-devel] [PATCH] dns: powerdns: correctly handle different records types (A / AAAA)

2025-03-24 Thread Matthieu Pignolet via pve-devel
evelopers > > On 2/27/25 10:02, Matthieu Pignolet via pve-devel wrote: > > ___ > > pve-devel mailing list > > pve-devel@lists.proxmox.com > > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel > > > > --- E

Re: [pve-devel] [PATCH pve-network 1/5] controllers: fix maximum value for ASN

2025-03-11 Thread Matthieu Pignolet via pve-devel
--- Begin Message --- According to my testing, when using the `autort` for RT auto-derivation (from the frr patch) causes issues because it doesn't work with 32 bits ASNs, effectively calling the fallback to restarting frr to apply the config (which ignores the autort instruction). Le lun. 10 mars

[pve-devel] [PATCH] dns: powerdns: correctly handle different records types (A / AAAA)

2025-02-27 Thread Matthieu Pignolet via pve-devel
--- Begin Message --- 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 ) in the same powerdns rrset, causing an api error, and effectively causing no forward dns records bei