Ip gw from each control network
$ip_par_defaut=array('172.24.0.0' = ' 172.24.120.10');
Netmask of the control network
$netmask_control='255.255.255.0';
Subnet available on the cluster to be used by the eWAN networks
$temp_ip1=array();
The IP of the subnetwork to use
$temp_ip1['ip']="192.168.5.0";
The mask which defines the subnetwork
$temp_ip1['mask']="192.168.5.0";
Define if the subnetwork is used by default 0, if 1 the subnetwork not will be used
$temp_ip1['full']=0;
Array with all the subnetworks
$ip_privee=array($temp_ip1,);