From: Hannes Laimer <h.laimer@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH docs/network 0/3] SDN VXLAN IPv6 underlay support
Date: Fri, 16 Jan 2026 12:08:40 +0100 [thread overview]
Message-ID: <20260116110843.89615-1-h.laimer@proxmox.com> (raw)
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(-)
--
Generated by git-murpp 0.8.1
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
next reply other threads:[~2026-01-16 11:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-16 11:08 Hannes Laimer [this message]
2026-01-16 11:08 ` [pve-devel] [PATCH pve-network 1/2] sdn: vxlan: make local underlay selection work for IPv6 peers Hannes Laimer
2026-01-16 11:08 ` [pve-devel] [PATCH pve-network 2/2] sdn: vxlan: enforce single address family in peers list Hannes Laimer
2026-01-16 11:08 ` [pve-devel] [PATCH pve-docs 1/1] sdn: vxlan: add short section about underlay address family Hannes Laimer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260116110843.89615-1-h.laimer@proxmox.com \
--to=h.laimer@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox