public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Stefan Hanreich <s.hanreich@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH pve-manager 3/3] sdn: route map panel: add tag as match statement
Date: Wed, 13 May 2026 18:43:44 +0200	[thread overview]
Message-ID: <20260513164346.503049-4-s.hanreich@proxmox.com> (raw)
In-Reply-To: <20260513164346.503049-1-s.hanreich@proxmox.com>

Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
---
 www/manager6/sdn/RouteMapPanel.js | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/www/manager6/sdn/RouteMapPanel.js b/www/manager6/sdn/RouteMapPanel.js
index 71464d435..5c4de47cb 100644
--- a/www/manager6/sdn/RouteMapPanel.js
+++ b/www/manager6/sdn/RouteMapPanel.js
@@ -396,6 +396,12 @@ Ext.define('PVE.sdn.RouteMapMatchValueField', {
                 xtype: 'proxmoxtextfield',
                 vtype: 'IP6Address',
             },
+            tag: {
+                xtype: 'proxmoxintegerfield',
+                minValue: 1,
+                maxValue: 2 ** 32 - 1,
+                step: 1,
+            },
             metric: {
                 xtype: 'proxmoxintegerfield',
                 minValue: 1,
@@ -442,6 +448,7 @@ const ROUTE_MAP_MATCH_ACTION_LABELS = {
     metric: gettext('Metric'),
     'local-preference': gettext('Local Preference'),
     peer: gettext('Peer'),
+    tag: gettext('Tag'),
 };
 
 Ext.define('PVE.sdn.RouteMapMatchField', {
-- 
2.47.3





      parent reply	other threads:[~2026-05-13 16:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-13 16:43 [PATCH manager/network/proxmox-ve-rs 0/3] Add tag as a match statement to route maps Stefan Hanreich
2026-05-13 16:43 ` [PATCH proxmox-ve-rs 1/3] sdn: route maps: add tag to API_SCHEMA Stefan Hanreich
2026-05-13 16:43 ` [PATCH pve-network 2/3] sdn: route maps: add tag as match statement Stefan Hanreich
2026-05-13 16:43 ` Stefan Hanreich [this message]

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=20260513164346.503049-4-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
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal