[pve-devel] [PATCH proxmox-perl-rs v3 10/12] pve-rs: fabrics: add function to get the neighbors for a fabric
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Nov 12 22:30:03 CET 2025
On Fri, 07 Nov 2025 15:31:33 +0100, Stefan Hanreich wrote:
> Add a function that takes a fabricId and returns all routing protocol
> neighbors (OpenFabric or OSPF) identified by FRR. For OpenFabric, the
> fabric name is used as the area identifier, so we can filter easily. For
> OSPF, the fabric configuration is read/parsed to extract interfaces,
> which are then matched against the FRR neighbor output. The fabric
> configuration is always read first to verify that a fabric exists before
> querying FRR, as configuration parsing is (probably) faster than vtysh
> execution.
>
> [...]
Applied, thanks!
[10/12] pve-rs: fabrics: add function to get the neighbors for a fabric
commit: fa9ab0526d33f4867a562cb56fc10a2617b0e8fe
More information about the pve-devel
mailing list