mirror of
https://github.com/webmin/webmin.git
synced 2026-02-15 11:12:39 +00:00
Merge branch 'master' of git@github.com:webmin/webmin
This commit is contained in:
@@ -34,6 +34,8 @@ foreach $subnet (@subnets) {
|
||||
}
|
||||
}
|
||||
$subnet->{'ips'} = 0;
|
||||
local @nw = split(/\./, $subnet->{'values'}->[0]);
|
||||
local @nm = split(/\./, $subnet->{'values'}->[2]);
|
||||
@ranges = &find("range", $subnet->{'members'});
|
||||
foreach $pool (&find("pool", $subnet->{'members'})) {
|
||||
push(@ranges, &find("range", $pool->{'members'}));
|
||||
|
||||
Reference in New Issue
Block a user