| Last change
 on this file since 42 was             4, checked in by Kris Deugau, 21 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 forIP 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:
            984 bytes | 
      
      
| Rev | Line |  | 
|---|
| [4] | 1 | <div class="heading">Allocation info updated:</div> | 
|---|
|  | 2 | <div class="indent"> | 
|---|
|  | 3 | <table class="regular" bgcolor="white" cellspacing="1" cellpadding="1"> | 
|---|
|  | 4 | <form action="main.cgi" method="POST" class="regular"> | 
|---|
|  | 5 | <tr class="color1"><td>IP block:</td><td>$$BLOCK$$<input type=hidden name=block value="$$BLOCK$$"></td></tr> | 
|---|
|  | 6 | <tr class="color2"><td>City:</td><td>$$CITY$$<input type=hidden name=city value="$$CITY$$"></td></tr> | 
|---|
|  | 7 | <tr class="color1"><td>Type:</td><td>$$TYPEFULL$$<input type=hidden name=alloctype value="$$ALLOCTYPE$$"></td></tr> | 
|---|
|  | 8 | <tr class="color2"><td>Customer ID:</td><td>$$CUSTID$$</td></tr> | 
|---|
|  | 9 | <tr class="color1"><td valign="top">Description/Name:</td><td>$$DESC$$</td></tr> | 
|---|
|  | 10 | <tr class="color2"><td valign="top">Notes:</td><td>$$NOTES$$</td></tr> | 
|---|
|  | 11 | <!--warn--> | 
|---|
|  | 12 | <input type="hidden" name="action" value="$$ACTION$$"> | 
|---|
|  | 13 | <tr class="color1"><td class="center" colspan=2> | 
|---|
|  | 14 | <input type="button" value="Back" onclick="history.go(-1)"><input type="submit" value="Confirm"> | 
|---|
|  | 15 | </td></tr> | 
|---|
|  | 16 | </table> | 
|---|
|  | 17 | </div> | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.