No description
  • Perl 98.9%
  • Makefile 1.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Hannes Laimer ce388c5eec sdn: ipam: fix dual-stack per-MAC lookup in the PVE plugin
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
2026-08-26 11:42:06 +02:00
debian bump version to 1.6.7 2026-07-20 13:15:10 +02:00
src sdn: ipam: fix dual-stack per-MAC lookup in the PVE plugin 2026-08-26 11:42:06 +02:00
.gitignore gitignore: build artifacts from sbuild 2024-04-04 16:50:08 +02:00
Makefile buildsys: use grouped target for .deb files 2025-09-04 14:30:34 +02:00