On 11/3/25 3:24 PM, Hannes Laimer wrote: > On 10/30/25 16:59, Stefan Hanreich wrote: >> This endpoint returns the state of interfaces that are part of the >> fabric. For more information on the returned values, consult the >> proxmox-perl-rs commit. It is used by the NetworkBrowser panel. >> >> Signed-off-by: Stefan Hanreich <[email protected]> >> --- >> src/PVE/API2/Network/SDN/Nodes/Fabric.pm | 47 ++++++++++++++++++++++++ >> 1 file changed, 47 insertions(+) >> >> diff --git a/src/PVE/API2/Network/SDN/Nodes/Fabric.pm b/src/PVE/API2/ >> Network/SDN/Nodes/Fabric.pm >> index b5971c7..90ea5e4 100644 >> --- a/src/PVE/API2/Network/SDN/Nodes/Fabric.pm >> +++ b/src/PVE/API2/Network/SDN/Nodes/Fabric.pm >> @@ -138,3 +138,50 @@ __PACKAGE__->register_method({ >> }, >> }); >> +__PACKAGE__->register_method({ >> + name => 'interfaces', >> + path => 'interfaces', >> + method => 'GET', >> + description => "Get neighbors of all fabrics.", > > description looks familiar :P
oops - will update! _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
