Displaying 1 result from an estimated 1 matches for "gwarray".
Did you mean:
warray
2011 May 05
1
variables inside a template for my hp ilo device
...1''
gwbit = ''240''
dns = ''10.0.1.19''
netmask = ''255.255.255.0''
iparray = ipaddress.split(''.'')
iloip = iparray[0] + ''.'' + iparray[1] + ''.'' + iparray[2] + ''.'' + ilonet
gwarray = iloip.split(''.'')
gateway = gwarray[0] + ''.'' + gwarray[1] + ''.'' + gwarray[2] + ''.'' + gwbit
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<SERVER_I...