all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH manager/network/proxmox-ve-rs v2 0/3] Expose OSPF Network-Type option
@ 2026-05-05  9:13 Gabriel Goller
  2026-05-05  9:13 ` [PATCH proxmox-ve-rs v2 1/3] fabrics: ospf: expose network-type interface property Gabriel Goller
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gabriel Goller @ 2026-05-05  9:13 UTC (permalink / raw)
  To: pve-devel

Previously the network-type option on OSPF interfaces was set to either
point-to-point or broadcast, depending on if an ip address was configured on
the interface. This is not enough, as some users want to have a switched
network (e.g. switch) between their nodes, which calls for the
point-to-multipoint network type.

In order to uphold backwards-compatibility, make network-type an `Option`,
where `None` will be the "automatic" network-type selection we had before.

                                                                     
        ┌──────────┐   ┌──────────────┐  ┌───────────────────┐  ┌───┐
        │None(auto)│   │Point-to-Point│  │Point-to-Multipoint│  │...│
        └────┬─────┘   └──────────────┘  └───────────────────┘  └───┘
             │                                                       
             ▼                                                       
       ┌─────────────────┐                                           
       │Is there an ip   │                                           
       │on the interface?│                                           
       └──┬────────────┬─┘                                           
          │no          │yes                                          
          ▼            ▼                                             
┌──────────────┐    ┌────────────────────────┐                       
│Point-to-Point│    │No FRR network statement│                       
└──────────────┘    └───────────┬────────────┘                       
                                │                                    
                                ▼                                    
                  ┌────────────────────────────┐                     
                  │FRR selects either Broadcast│                     
                  │Point-to-Point or Loopback  │                     
                  │(internal network-type)     │                     
                  └────────────────────────────┘                     


This series is based on the s.hanreich/pve-dci branch.

Changelog v1:
 * rebased


proxmox-ve-rs:

Gabriel Goller (1):
  fabrics: ospf: expose network-type interface property

 proxmox-frr/src/ser/ospf.rs                   | 20 +--------------
 proxmox-sdn-types/src/lib.rs                  |  2 +-
 proxmox-sdn-types/src/{area.rs => ospf.rs}    | 25 +++++++++++++++++++
 proxmox-ve-config/src/sdn/fabric/frr.rs       | 13 +++++++---
 .../fabric/section_config/protocol/ospf.rs    |  8 +++++-
 5 files changed, 43 insertions(+), 25 deletions(-)
 rename proxmox-sdn-types/src/{area.rs => ospf.rs} (65%)


pve-network:

Gabriel Goller (1):
  fabrics: add ospf network_type property to interfaces

 src/PVE/Network/SDN/Fabrics.pm | 11 +++++++++++
 1 file changed, 11 insertions(+)


pve-manager:

Gabriel Goller (1):
  fabrics: ospf: add network-type property in interface panel

 .../sdn/fabrics/ospf/InterfacePanel.js        | 49 +++++++++++++++++++
 1 file changed, 49 insertions(+)


Summary over all repositories:
  7 files changed, 103 insertions(+), 25 deletions(-)

-- 
Generated by murpp 0.11.0




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-05-05  9:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH pve-network v2 2/3] fabrics: add ospf network_type property to interfaces Gabriel Goller
2026-05-05  9:13 ` [PATCH pve-manager v2 3/3] fabrics: ospf: add network-type property in interface panel Gabriel Goller

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