From: Hannes Laimer <h.laimer@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH network v2 0/4] sdn: evpn: IPv6 underlay support
Date: Fri, 15 May 2026 13:06:44 +0200 [thread overview]
Message-ID: <20260515110648.217493-1-h.laimer@proxmox.com> (raw)
After we bumped frr this will work now, so rebased it and sent it again. Adds
IPv6 underlay support for EVPN: IPv6-capable underlays can be selected and IPv6
peers configured. On a dual-stack underlay the EVPN session picks IPv6.
I mostly tested this on top of the bgp-fabric series[2], but it does not depend
on the changes in the that series.
v2:
- dropped two patches that have already been applied
- rebased on top of current master
[v1] https://lore.proxmox.com/pve-devel/20260122135151.292794-1-h.laimer@proxmox.com/
[2] https://lore.proxmox.com/pve-devel/20260515102500.216264-1-h.laimer@proxmox.com/
pve-network:
Hannes Laimer (4):
sdn: evpn: prepare IPv6 underlay support
sdn: evpn: keep router-id valid on IPv6 underlay
sdn: stabilize peer IP ordering when generating sdn config
sdn: evpn: add tests covering ipv6 underlays
src/PVE/Network/SDN/Controllers/EvpnPlugin.pm | 68 ++++++++++++---
src/PVE/Network/SDN/Zones/EvpnPlugin.pm | 18 ++--
src/PVE/Network/SDN/Zones/VxlanPlugin.pm | 2 +-
.../expected_controller_config | 63 ++++++++++++++
.../expected_sdn_interfaces | 58 +++++++++++++
.../exitnode_local_routing_ipv6/interfaces | 7 ++
.../exitnode_local_routing_ipv6/sdn_config | 27 ++++++
.../expected_controller_config | 85 +++++++++++++++++++
.../expected_sdn_interfaces | 64 ++++++++++++++
.../evpn/openfabric_fabric_ipv6/interfaces | 6 ++
.../evpn/openfabric_fabric_ipv6/sdn_config | 83 ++++++++++++++++++
.../expected_controller_config | 74 ++++++++++++++++
.../expected_sdn_interfaces | 58 +++++++++++++
.../openfabric_fabric_ipv6_only/interfaces | 6 ++
.../openfabric_fabric_ipv6_only/sdn_config | 79 +++++++++++++++++
15 files changed, 679 insertions(+), 19 deletions(-)
create mode 100644 src/test/zones/evpn/exitnode_local_routing_ipv6/expected_controller_config
create mode 100644 src/test/zones/evpn/exitnode_local_routing_ipv6/expected_sdn_interfaces
create mode 100644 src/test/zones/evpn/exitnode_local_routing_ipv6/interfaces
create mode 100644 src/test/zones/evpn/exitnode_local_routing_ipv6/sdn_config
create mode 100644 src/test/zones/evpn/openfabric_fabric_ipv6/expected_controller_config
create mode 100644 src/test/zones/evpn/openfabric_fabric_ipv6/expected_sdn_interfaces
create mode 100644 src/test/zones/evpn/openfabric_fabric_ipv6/interfaces
create mode 100644 src/test/zones/evpn/openfabric_fabric_ipv6/sdn_config
create mode 100644 src/test/zones/evpn/openfabric_fabric_ipv6_only/expected_controller_config
create mode 100644 src/test/zones/evpn/openfabric_fabric_ipv6_only/expected_sdn_interfaces
create mode 100644 src/test/zones/evpn/openfabric_fabric_ipv6_only/interfaces
create mode 100644 src/test/zones/evpn/openfabric_fabric_ipv6_only/sdn_config
Summary over all repositories:
15 files changed, 679 insertions(+), 19 deletions(-)
--
Generated by murpp 0.11.0
next reply other threads:[~2026-05-15 11:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-15 11:06 Hannes Laimer [this message]
2026-05-15 11:06 ` [PATCH pve-network v2 1/4] sdn: evpn: prepare IPv6 underlay support Hannes Laimer
2026-05-15 11:06 ` [PATCH pve-network v2 2/4] sdn: evpn: keep router-id valid on IPv6 underlay Hannes Laimer
2026-05-15 11:06 ` [PATCH pve-network v2 3/4] sdn: stabilize peer IP ordering when generating sdn config Hannes Laimer
2026-05-15 11:06 ` [PATCH pve-network v2 4/4] sdn: evpn: add tests covering ipv6 underlays 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=20260515110648.217493-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.