From: Stefan Hanreich <s.hanreich@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH manager/network/proxmox-ve-rs 0/9] Implement route redistribution for OSPF
Date: Mon, 4 May 2026 18:31:45 +0200 [thread overview]
Message-ID: <20260504163157.429628-1-s.hanreich@proxmox.com> (raw)
This patch series is based on the route maps series [1].
## Introduction
This patch series adds support for configuring redistribution settings for OSPF
fabrics. This allows redistributing routes learned from other sources via an
OSPF fabric.
## Motivation
Currently, nodes in OSPF fabrics only announce the route of the loopback
interfaces / point-to-point links that are participating in the fabric. With
this patch series, users can choose to redistribute local / kernel / connected
routes in addition to the fabric-specific routes. It also allows for
redistributing routes learned via BGP. Together with the BGP fabric, this allows
for utilizing multiple routing protocols, e.g. when using OSPF as IGP but BGP
for interconnecting independent clusters.
## Dependencies
* perl-rs needs to be bumped with new ve-rs version
* pve-network requires proxmox-perl-rs
* pve-manager requires pve-network
proxmox-ve-rs:
Stefan Hanreich (5):
frr: ospf: add redistribute setting
frr-templates: render redistribute setting
ve-config: add redistribute setting to ospf section config
ve-config: use constructor instead of instantiating struct
ve-config: ospf: generate redistribute config
proxmox-frr-templates/templates/ospfd.jinja | 4 +
proxmox-frr/src/ser/ospf.rs | 36 +++++++-
proxmox-ve-config/src/sdn/fabric/frr.rs | 16 +++-
proxmox-ve-config/src/sdn/fabric/mod.rs | 14 ++-
.../fabric/section_config/protocol/ospf.rs | 91 +++++++++++++++++++
5 files changed, 156 insertions(+), 5 deletions(-)
pve-network:
Stefan Hanreich (1):
fabrics: ospf: add redistribute to api types
src/PVE/Network/SDN/Fabrics.pm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
pve-manager:
Stefan Hanreich (3):
ui: sdn: fabrics: add redistribution grid component
ui: sdn: fabric edit: allow defining multiple tabs
ui: sdn: ospf fabric: add redistribution grid to ospf fabric
www/manager6/Makefile | 1 +
www/manager6/sdn/fabrics/FabricEdit.js | 22 ++-
.../sdn/fabrics/RedistributionGrid.js | 173 ++++++++++++++++++
www/manager6/sdn/fabrics/ospf/FabricEdit.js | 19 ++
4 files changed, 214 insertions(+), 1 deletion(-)
create mode 100644 www/manager6/sdn/fabrics/RedistributionGrid.js
Summary over all repositories:
10 files changed, 399 insertions(+), 6 deletions(-)
--
Generated by murpp 0.11.0
next reply other threads:[~2026-05-04 16:32 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-04 16:31 Stefan Hanreich [this message]
2026-05-04 16:31 ` [PATCH proxmox-ve-rs 1/9] frr: ospf: add redistribute setting Stefan Hanreich
2026-05-04 16:31 ` [PATCH proxmox-ve-rs 2/9] frr-templates: render " Stefan Hanreich
2026-05-04 16:31 ` [PATCH proxmox-ve-rs 3/9] ve-config: add redistribute setting to ospf section config Stefan Hanreich
2026-05-04 16:31 ` [PATCH proxmox-ve-rs 4/9] ve-config: use constructor instead of instantiating struct Stefan Hanreich
2026-05-04 16:31 ` [PATCH proxmox-ve-rs 5/9] ve-config: ospf: generate redistribute config Stefan Hanreich
2026-05-04 16:31 ` [PATCH pve-network 6/9] fabrics: ospf: add redistribute to api types Stefan Hanreich
2026-05-04 16:31 ` [PATCH pve-manager 7/9] ui: sdn: fabrics: add redistribution grid component Stefan Hanreich
2026-05-04 16:31 ` [PATCH pve-manager 8/9] ui: sdn: fabric edit: allow defining multiple tabs Stefan Hanreich
2026-05-04 16:31 ` [PATCH pve-manager 9/9] ui: sdn: ospf fabric: add redistribution grid to ospf fabric Stefan Hanreich
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=20260504163157.429628-1-s.hanreich@proxmox.com \
--to=s.hanreich@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