[pve-devel] [PATCH pve-manager v3 05/18] fabric: add OSPF interface properties

Stefan Hanreich s.hanreich at proxmox.com
Thu May 22 18:17:16 CEST 2025


Define an OSPF-specific InterfacePanel for future use (currently there
are no protocol-specific properties for OSPF interfaces).

Co-authored-by: Stefan Hanreich <s.hanreich at proxmox.com>
Signed-off-by: Gabriel Goller <g.goller at proxmox.com>
---
 www/manager6/Makefile                           | 1 +
 www/manager6/sdn/fabrics/ospf/InterfacePanel.js | 3 +++
 2 files changed, 4 insertions(+)
 create mode 100644 www/manager6/sdn/fabrics/ospf/InterfacePanel.js

diff --git a/www/manager6/Makefile b/www/manager6/Makefile
index f109f4b05..3e9ecc766 100644
--- a/www/manager6/Makefile
+++ b/www/manager6/Makefile
@@ -310,6 +310,7 @@ JSSRC= 							\
 	sdn/fabrics/Common.js				\
 	sdn/fabrics/InterfacePanel.js				\
 	sdn/fabrics/openfabric/InterfacePanel.js				\
+	sdn/fabrics/ospf/InterfacePanel.js	\
 	storage/ContentView.js				\
 	storage/BackupView.js				\
 	storage/Base.js					\
diff --git a/www/manager6/sdn/fabrics/ospf/InterfacePanel.js b/www/manager6/sdn/fabrics/ospf/InterfacePanel.js
new file mode 100644
index 000000000..29f0502fa
--- /dev/null
+++ b/www/manager6/sdn/fabrics/ospf/InterfacePanel.js
@@ -0,0 +1,3 @@
+Ext.define('PVE.sdn.Fabric.Ospf.InterfacePanel', {
+    extend: 'PVE.sdn.Fabric.InterfacePanel',
+});
-- 
2.39.5




More information about the pve-devel mailing list