| Last change
 on this file since 160 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:
            574 bytes | 
      
      
| Rev | Line |  | 
|---|
| [4] | 1 | <!--#include virtual="header.inc" --> | 
|---|
|  | 2 | <div class="indent"> | 
|---|
|  | 3 | <div class="heading">Add new master IP block</div><br> | 
|---|
|  | 4 | <table class="regular" bgcolor="black" cellspacing="1" cellpadding="1"> | 
|---|
|  | 5 | <form method="POST" action="/ip/cgi-bin/main.cgi" class="regular"> | 
|---|
|  | 6 | <tr class="color1"><td>Master block to add: (CIDR) </td><td><input type=text name=cidr></td></tr> <tr class="color2"> | 
|---|
|  | 7 | <td class="center" colspan="2"><input type="submit" value="  Assign  "></td> | 
|---|
|  | 8 | <input type="hidden" name="action" value="newmaster"> | 
|---|
|  | 9 | </form> | 
|---|
|  | 10 | </tr> | 
|---|
|  | 11 | </table> | 
|---|
|  | 12 | </div> | 
|---|
|  | 13 | <!--#include virtual="footer.inc" --> | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.