Tried to get this running with both static IPv6 config and fabrics, but didn't get it to work. Did you run any additional patches for ifupdown2? Potentially a layer-8 issue though..
On 1/16/26 12:08 PM, Hannes Laimer wrote: > Adds support for VXLAN zones with an IPv6 uderlay. We don't support dual > stack underlays. So we expect the peers list to be single-family, for > fabrics we prefer IPv6 if the fabrics has both. > > pve-network: > > Hannes Laimer (2): > sdn: vxlan: make local underlay selection work for IPv6 peers > sdn: vxlan: enforce single address family in peers list > > src/PVE/Network/SDN/Zones/Plugin.pm | 72 +++++++++++++++++-- > src/PVE/Network/SDN/Zones/VxlanPlugin.pm | 42 +++++++++-- > .../vxlan/fabric_ipv4/expected_sdn_interfaces | 26 +++++++ > src/test/zones/vxlan/fabric_ipv4/interfaces | 5 ++ > src/test/zones/vxlan/fabric_ipv4/sdn_config | 50 +++++++++++++ > .../vxlan/fabric_ipv6/expected_sdn_interfaces | 32 +++++++++ > src/test/zones/vxlan/fabric_ipv6/interfaces | 5 ++ > src/test/zones/vxlan/fabric_ipv6/sdn_config | 54 ++++++++++++++ > .../zones/vxlan/ipv6/expected_sdn_interfaces | 15 ++++ > src/test/zones/vxlan/ipv6/interfaces | 7 ++ > src/test/zones/vxlan/ipv6/sdn_config | 17 +++++ > 11 files changed, 314 insertions(+), 11 deletions(-) > create mode 100644 src/test/zones/vxlan/fabric_ipv4/expected_sdn_interfaces > create mode 100644 src/test/zones/vxlan/fabric_ipv4/interfaces > create mode 100644 src/test/zones/vxlan/fabric_ipv4/sdn_config > create mode 100644 src/test/zones/vxlan/fabric_ipv6/expected_sdn_interfaces > create mode 100644 src/test/zones/vxlan/fabric_ipv6/interfaces > create mode 100644 src/test/zones/vxlan/fabric_ipv6/sdn_config > create mode 100644 src/test/zones/vxlan/ipv6/expected_sdn_interfaces > create mode 100644 src/test/zones/vxlan/ipv6/interfaces > create mode 100644 src/test/zones/vxlan/ipv6/sdn_config > > > pve-docs: > > Hannes Laimer (1): > sdn: vxlan: add short section about underlay address family > > vxlan-and-evpn.adoc | 8 ++++++++ > 1 file changed, 8 insertions(+) > > > Summary over all repositories: > 12 files changed, 322 insertions(+), 11 deletions(-) >
