Changeset 741
- Timestamp:
- 06/04/15 16:01:34 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/IPDB.pm
r740 r741 1398 1398 $alloc_from = new NetAddr::IP $alloc_from; 1399 1399 return ('FAIL',"Failed to allocate $args{cidr}; intended free block was used by another allocation.") 1400 if !$fbparent;1400 if ($args{type} !~ /.i/ && !$fbparent); 1401 1401 ##fixme: fail here if !$alloc_from 1402 1402 # also consider "lock for allocation" due to multistep allocation process
Note:
See TracChangeset
for help on using the changeset viewer.