From: Gabriel Goller <g.goller@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH pve-network v2 2/3] fabrics: add ospf network_type property to interfaces
Date: Tue, 5 May 2026 11:13:37 +0200 [thread overview]
Message-ID: <20260505091342.106949-3-g.goller@proxmox.com> (raw)
In-Reply-To: <20260505091342.106949-1-g.goller@proxmox.com>
This property lets us choose all the possible network types frr supports
on an ospf interface.
Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
---
src/PVE/Network/SDN/Fabrics.pm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/PVE/Network/SDN/Fabrics.pm b/src/PVE/Network/SDN/Fabrics.pm
index 7ae801c40516..345be44a117d 100644
--- a/src/PVE/Network/SDN/Fabrics.pm
+++ b/src/PVE/Network/SDN/Fabrics.pm
@@ -228,6 +228,17 @@ sub node_properties {
format => 'pve-iface',
description => 'Name of the network interface',
},
+ network_type => {
+ type => 'string',
+ description => 'Network Type of the OSPF interface',
+ enum => [
+ 'broadcast',
+ 'non-broadcast',
+ 'point-to-multipoint',
+ 'point-to-point',
+ ],
+ optional => 1,
+ },
ip => {
type => 'string',
format => 'CIDRv4',
--
2.47.3
next prev parent reply other threads:[~2026-05-05 9:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-05 9:13 [PATCH manager/network/proxmox-ve-rs v2 0/3] Expose OSPF Network-Type option Gabriel Goller
2026-05-05 9:13 ` [PATCH proxmox-ve-rs v2 1/3] fabrics: ospf: expose network-type interface property Gabriel Goller
2026-05-05 9:13 ` Gabriel Goller [this message]
2026-05-05 9:13 ` [PATCH pve-manager v2 3/3] fabrics: ospf: add network-type property in interface panel Gabriel Goller
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=20260505091342.106949-3-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.