Changeset 723 for trunk/cgi-bin
- Timestamp:
- 05/20/15 13:55:38 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/IPDB.pm
r722 r723 200 200 201 201 # now we walk the new list of compacted blocks, and see which ones we need to insert 202 $sth = $dbh->prepare("INSERT INTO freeblocks (cidr,city,routed,vrf,parent_id,master_id) VALUES (?,?,?,?,? )");202 $sth = $dbh->prepare("INSERT INTO freeblocks (cidr,city,routed,vrf,parent_id,master_id) VALUES (?,?,?,?,?,?)"); 203 203 foreach my $cme (@combinelist) { 204 204 next if grep { $cme == $_ } @rawfb; # skip if the combined block was in the raw list
Note:
See TracChangeset
for help on using the changeset viewer.