mirror of
https://git.proxmox.com/git/pve-network.git
synced 2026-09-24 07:41:35 +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 <[email protected]> Reviewed-by: Gabriel Goller <[email protected]> Link: https://lore.proxmox.com/[email protected] |
||
| debian | ||
| src | ||
| .gitignore | ||
| Makefile | ||