[pve-devel] [PATCH cluster 1/2] sshinfo: add the network cidr

Wolfgang Bumiller w.bumiller at proxmox.com
Tue May 30 15:30:11 CEST 2017


---
pve-storage needs to pass it to mtunnel

 data/PVE/Cluster.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm
index 7504410..731acc5 100644
--- a/data/PVE/Cluster.pm
+++ b/data/PVE/Cluster.pm
@@ -1872,7 +1872,8 @@ sub get_ssh_info {
  
     return {
 	ip => $ip,
-	name => $node
+	name => $node,
+	network => $network_cidr,
     };
 }
 
-- 
2.11.0





More information about the pve-devel mailing list