From: Gabriel Goller <g.goller@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH manager/network v2 0/4] Extend prefix-list CIDR range
Date: Wed, 13 May 2026 10:34:19 +0200 [thread overview]
Message-ID: <20260513083430.63529-1-g.goller@proxmox.com> (raw)
This is a follow-up on the route-maps and prefix-list series by Stefan.
The goal is to extend the CIDR range on the prefix-list, making it possible to
allow prefixes such as 0.0.0.0/0, which is a classic "allow-all".
The current IP64CIDRAddress(ui)/CIDR(api) format only allows a minimum of /8 CIDR. In order
to keep it backwards compatible and avoid accidentally breaking migration or
replication, create a new format.
Changelog:
v2 (thanks @thomas):
* move formats from pve-common to pve-network and proxmox-widget-toolkit to
pve-manager
pve-network:
Gabriel Goller (2):
sdn: prefix-list: allow full prefix CIDR range
sdn: add full-range CIDR JSON schema formats
src/PVE/Network/SDN/PrefixLists.pm | 42 +++++++++++++++++++++++++++++-
1 file changed, 41 insertions(+), 1 deletion(-)
pve-manager:
Gabriel Goller (2):
sdn: prefix-lists: change prefix format to allow bigger subnets
toolkit: Add IP/CIDR validator with full prefix range checks
www/manager6/Toolkit.js | 16 ++++++++++++++++
www/manager6/sdn/PrefixListPanel.js | 2 +-
2 files changed, 17 insertions(+), 1 deletion(-)
Summary over all repositories:
3 files changed, 58 insertions(+), 2 deletions(-)
--
Generated by murpp 0.11.0
next reply other threads:[~2026-05-13 8:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-13 8:34 Gabriel Goller [this message]
2026-05-13 8:34 ` [PATCH pve-network v2 1/4] sdn: prefix-list: allow full prefix CIDR range Gabriel Goller
2026-05-13 8:34 ` [PATCH pve-network v2 2/4] sdn: add full-range CIDR JSON schema formats Gabriel Goller
2026-05-13 8:34 ` [PATCH pve-manager v2 3/4] sdn: prefix-lists: change prefix format to allow bigger subnets Gabriel Goller
2026-05-13 8:34 ` [PATCH pve-manager v2 4/4] toolkit: Add IP/CIDR validator with full prefix range checks Gabriel Goller
2026-05-15 5:02 ` applied: [PATCH manager/network v2 0/4] Extend prefix-list CIDR range Thomas Lamprecht
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=20260513083430.63529-1-g.goller@proxmox.com \
--to=g.goller@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.