From: Thomas Lamprecht <t.lamprecht@proxmox.com>
To: pve-devel@lists.proxmox.com, Stefan Hanreich <s.hanreich@proxmox.com>
Subject: applied: [PATCH manager/network/proxmox{-ve-rs,-perl-rs} v8 00/25] Add support for route maps / prefix lists to SDN
Date: Tue, 12 May 2026 03:51:40 +0200 [thread overview]
Message-ID: <177855069689.1229621.3588559788439155294.b4-ty@b4> (raw)
In-Reply-To: <20260511133650.310040-1-s.hanreich@proxmox.com>
On Mon, 11 May 2026 15:36:19 +0200, Stefan Hanreich wrote:
> Following the off-list discussion between Thomas, Dominik and me this patch
> series contains the remaining pve-manager patches from the initial series and
> implements changes to the API structure of route maps and prefix lists. For more
> details on the exact API changes, see the respective pve-network commits that
> give an overview of the new API structure, as well as provide reasoning for why
> they were changed.
>
> [...]
Applied, with a bunch of smaller fix-ups squashed in (and noted as such in the
commit message trailers), thanks!
proxmox-ve-config:
[1/2] sdn: prefix lists: refactor section config and api format
commit: 8e209ecd6e84453e65b10ba89d77a4b635d37b2d
[2/2] prefix lists: implement validation for prefix lists
commit: 25bc2ecec4e8708efba52e76a8469cc502363418
pve-rs:
[1/4] sdn: prefix lists: refactor existing API endpoint
commit: 306814abfaf02ce10d4d754cc1b9cac27efe1793
[2/4] sdn: prefix lists: add crud methods for prefix list entrie
commit: 70c4cb5670f1141853b42562efa64b829fffe31b
[3/4] sdn: prefix lists: validate prefix lists
commit: 0fed2301cf801d46ef1a592fc67af7679c4bcbbc
[4/4] sdn: route maps: add route map list method
pve-network:
[1/3] tests: fix prefix list tests by including seq property
commit: 2ccc7c07b778ab16b0eee2dd7b9b584e7d2d1ad3
[2/3] api: refactor route map api structure
commit: cbae9ca1012cffc7fa5f2423b43a0c70533c826f
[3/3] api: refactor prefix list api structure
commit: e7e29f72dbdfe807cc440a2e96d389d7ae5abff2
pve-manager:
[01/16] ui: sdn: add route map selector
commit: 1757e1a378b92d8eea8e60968b8d879e099ce6e1
[02/16] ui: sdn: add prefix list selector
commit: a27933a68c85a2ece9bff49e7724cfdd0abb22fc
[03/16] ui: sdn: add panel for managing prefix lists
commit: 1f22b1bb6aa4a156c9555fa261e32a9f5fe73d1f
[04/16] ui: sdn: add panel for managing route map entries
commit: 1ffc84a9eda8e43f426303c231f780d894294a37
[05/16] ui: sdn: bgp controller: allow configuring route maps
commit: 5514d7f0914c77526768859d289dec7775fc1725
[06/16] ui: sdn: evpn controller: allow configuring route maps
commit: 529b99174740c171665f4b4c319cd0889939c741
[07/16] ui: sdn: openfabric: add route filter
commit: 712d3d27a520b2445dea78742f91ccd1b5f79c6b
[08/16] ui: sdn: ospf: add route filter setting
commit: 40cc8877b2d6bd5ca80787a39d6dacf8fbe95987
[09/16] ui: sdn: prefix list: add missing subjects
commit: dc71c3cd0fc749a07b7e698cf28c4abc8ea71d0d
[10/16] sdn: do not fail rendering record data if pending property is missing
commit: 3a1c983588b6816d33343f98a6cfac487331c815
[11/16] ui: sdn: prefix list: adapt to changed api structure
commit: 8256e88598603e1b675a86288c584ea2f4e020ea
[12/16] ui: sdn: route maps: adapt to new route map api structure
commit: 39714fd2a86d3fa5766e2ec396fa1514c581594c
[13/16] ui: sdn: prefix lists: route maps: use integerfields for numbers
commit: 332971ee337e1e8dcfe39c3d21a291c964ea24ca
[14/16] ui: sdn: prefix list panel: reload data on deleting prefix list entry
commit: ae267b25b9e13f7a54d9db369075078ff0c31839
[15/16] ui: prefix list panel: delete empty le and get properties
commit: 99e0e471bc4653919c7e1dda2082f8e2ba31ef84
[16/16] ui: prefix list entry panel: make prefix required
commit: 537326f2db5290cef6a8bce41bf9850b1fe5f80d
next prev parent reply other threads:[~2026-05-12 1:53 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-11 13:36 [PATCH manager/network/proxmox{-ve-rs,-perl-rs} v8 00/25] Add support for route maps / prefix lists to SDN Stefan Hanreich
2026-05-11 13:36 ` [PATCH proxmox-ve-rs v8 01/25] sdn: prefix lists: refactor section config and api format Stefan Hanreich
2026-05-11 13:36 ` [PATCH proxmox-ve-rs v8 02/25] prefix lists: implement validation for prefix lists Stefan Hanreich
2026-05-11 13:36 ` [PATCH proxmox-perl-rs v8 03/25] sdn: prefix lists: refactor existing API endpoint Stefan Hanreich
2026-05-11 13:36 ` [PATCH proxmox-perl-rs v8 04/25] sdn: prefix lists: add crud methods for prefix list entries Stefan Hanreich
2026-05-11 13:36 ` [PATCH proxmox-perl-rs v8 05/25] sdn: prefix lists: validate prefix lists Stefan Hanreich
2026-05-11 13:36 ` [PATCH proxmox-perl-rs v8 06/25] sdn: route maps: add route map list method Stefan Hanreich
2026-05-11 13:36 ` [PATCH pve-network v8 07/25] tests: fix prefix list tests by including seq property Stefan Hanreich
2026-05-11 13:36 ` [PATCH pve-network v8 08/25] api: refactor route map api structure Stefan Hanreich
2026-05-11 13:36 ` [PATCH pve-network v8 09/25] api: refactor prefix list " Stefan Hanreich
2026-05-11 13:36 ` [PATCH pve-manager v8 10/25] ui: sdn: add route map selector Stefan Hanreich
2026-05-11 13:36 ` [PATCH pve-manager v8 11/25] ui: sdn: add prefix list selector Stefan Hanreich
2026-05-11 13:36 ` [PATCH pve-manager v8 12/25] ui: sdn: add panel for managing prefix lists Stefan Hanreich
2026-05-11 13:36 ` [PATCH pve-manager v8 13/25] ui: sdn: add panel for managing route map entries Stefan Hanreich
2026-05-11 13:36 ` [PATCH pve-manager v8 14/25] ui: sdn: bgp controller: allow configuring route maps Stefan Hanreich
2026-05-11 13:36 ` [PATCH pve-manager v8 15/25] ui: sdn: evpn " Stefan Hanreich
2026-05-11 13:36 ` [PATCH pve-manager v8 16/25] ui: sdn: openfabric: add route filter Stefan Hanreich
2026-05-11 13:36 ` [PATCH pve-manager v8 17/25] ui: sdn: ospf: add route filter setting Stefan Hanreich
2026-05-11 13:36 ` [PATCH pve-manager v8 18/25] ui: sdn: prefix list: add missing subjects Stefan Hanreich
2026-05-11 13:36 ` [PATCH pve-manager v8 19/25] sdn: do not fail rendering record data if pending property is missing Stefan Hanreich
2026-05-11 13:36 ` [PATCH pve-manager v8 20/25] ui: sdn: prefix list: adapt to changed api structure Stefan Hanreich
2026-05-11 16:11 ` Lukas Sichert
2026-05-11 16:24 ` Stefan Hanreich
2026-05-11 13:36 ` [PATCH pve-manager v8 21/25] ui: sdn: route maps: adapt to new route map " Stefan Hanreich
2026-05-11 13:36 ` [PATCH pve-manager v8 22/25] ui: sdn: prefix lists: route maps: use integerfields for numbers Stefan Hanreich
2026-05-11 13:36 ` [PATCH pve-manager v8 23/25] ui: sdn: prefix list panel: reload data on deleting prefix list entry Stefan Hanreich
2026-05-11 13:36 ` [PATCH pve-manager v8 24/25] ui: prefix list panel: delete empty le and get properties Stefan Hanreich
2026-05-11 13:36 ` [PATCH pve-manager v8 25/25] ui: prefix list entry panel: make prefix required Stefan Hanreich
2026-05-12 1:51 ` Thomas Lamprecht [this message]
2026-05-12 8:22 ` applied: [PATCH manager/network/proxmox{-ve-rs,-perl-rs} v8 00/25] Add support for route maps / prefix lists to SDN 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=177855069689.1229621.3588559788439155294.b4-ty@b4 \
--to=t.lamprecht@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
--cc=s.hanreich@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.