Last change
on this file since 52 was 4, checked in by Kris Deugau, 20 years ago |
Import "new" IPDB development:
March 2004 through end of August 2004
Changes include:
-> Entirely new method of allocating IP space; which should
hopefully reduce the amount of messiness in allocations.
-> IP address processing provided by NetAddr::IP rather than
homebrew code
-> Change DB to PostgreSQL to eliminate some of the problems
caused by using MySQL, and to gain native RDBMS support for
IP addresses.
-> Using NetAddr::IP and Postgres allows (eventually, with
PG >= 7.4) IPV6 without any code changes. In theory.
-> Logging so that if someone makes a change that turns out
to have been wrong for some reason, Blame Can Be Assigned.
-> General code cleanups (split IPDB.pm from CommonWeb.pm,
for instance)
|
File size:
556 bytes
|
Line | |
---|
1 | <div class="heading">Allocation info updated:</div>
|
---|
2 | <div class="indent">
|
---|
3 | <table class="regular" bgcolor="white" cellspacing="1" cellpadding="1">
|
---|
4 | <tr class="color1"><td>IP block:</td><td>$$BLOCK$$</td></tr>
|
---|
5 | <tr class="color2"><td>City:</td><td>$$CITY$$</td></tr>
|
---|
6 | <tr class="color1"><td>Type:</td><td>$$TYPEFULL$$</td></tr>
|
---|
7 | <tr class="color2"><td>Customer ID:</td><td>$$CUSTID$$</td></tr>
|
---|
8 | <tr class="color1"><td valign="top">Description/Name:</td><td>$$DESC$$</td></tr>
|
---|
9 | <tr class="color2"><td valign="top">Notes:</td><td>$$NOTES$$</td></tr>
|
---|
10 | </table>
|
---|
11 | </div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.