mirror of
https://git.proxmox.com/git/pve-network.git
synced 2026-08-26 15:54:57 +00:00
No description
- Perl 98.9%
- Makefile 1.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
The subnet loop skipped every remaining subnet once a v6 address was found, dropping a v4 record living in a later subnet. Which subnet comes first is hash order, so in a dual-stack zone the v4 half of the answer went missing at random. The intended v4 short-circuit never fired either, since subnet keys are CIDR strings and ip_is_ipv4 returns false for those. Skip a subnet only when its own family is already answered. Signed-off-by: Hannes Laimer <h.laimer@proxmox.com> Reviewed-by: Gabriel Goller <g.goller@proxmox.com> Link: https://lore.proxmox.com/20260824134244.1066515-1-h.laimer@proxmox.com |
||
| debian | ||
| src | ||
| .gitignore | ||
| Makefile | ||