Changeset 936 for trunk/cgi-bin/IPDB.pm
- Timestamp:
- 12/09/22 13:38:37 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/IPDB.pm
r933 r936 288 288 my %poolcounter; 289 289 while (my ($oldid, $oldcidr, $oldtype, $oldparent, @oldalloc) = $asth->fetchrow_array) { 290 # don't merge the parent of the allocation selected for merge. 291 # if you really want to go there, start the merge *from* that parent. 292 next if $oldid == $mainparent; 290 293 if ($oldtype =~ /.[enr]/) { 291 294 # Convert leaf allocations to block of pool IP assignments … … 1062 1065 custid => $custid, 1063 1066 desc => $desc, 1064 hassubs => ($type eq 'rm' || $type =~ /.c/ ? 1 : 0),1067 hassubs => ($type eq 'rm' || $type eq 'mm' || $type =~ /.c/ ? 1 : 0), 1065 1068 id => $id, 1066 1069 );
Note:
See TracChangeset
for help on using the changeset viewer.