Ignore:
Timestamp:
11/27/07 12:27:45 (16 years ago)
Author:
Kris Deugau
Message:

/trunk

Merge bugfixes and enhancements from /branches/stable r360 through r369

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/ipdb.psql

    r370 r371  
    3838        "cidr" cidr DEFAULT '255.255.255.255/32' NOT NULL PRIMARY KEY,
    3939        "ctime" timestamp DEFAULT now(),
    40         "mtime" timestamp DEFAULT now()
     40        "mtime" timestamp DEFAULT now(),
     41        "rwhois" character(1) DEFAULT 'n' NOT NULL
    4142);
    4243
     
    111112GRANT ALL on "allocations" to "ipdb";
    112113
    113 CREATE VIEW "searchme" as SELECT allocations.cidr, allocations.custid, allocations."type", allocations.city, allocations.description, allocations.notes FROM allocations UNION SELECT poolips.ip, poolips.custid, poolips.type, poolips.city, poolips.description, poolips.notes FROM poolips;
     114CREATE VIEW "searchme" as SELECT allocations.cidr, allocations.custid, allocations."type", allocations.city, allocations.description, allocations.notes, allocations.oldcustid, allocations.circuitid FROM allocations UNION SELECT poolips.ip, poolips.custid, poolips.type, poolips.city, poolips.description, poolips.notes, poolips.oldcustid, poolips.circuitid FROM poolips;
    114115
    115116REVOKE ALL on "searchme" from PUBLIC;
     
    148149ve      Dynamic VoIP block      Dynamic VoIP block      105     DYN-VOIP        ISP
    149150li      Static IP - LAN/POP     Static LAN/POP IP       190     NOC-VPN ISP
    150 li      Static IP - Management  Static management IP    191     NOC-VPN ISP
     151ai      Static IP - Management  Static management IP    191     NOC-VPN ISP
    151152ld      Static Pool - LAN/POP   LAN pool        195     NOC-VPN ISP
    152 ld      Static Pool - Management        Management pool 196     NOC-VPN ISP
     153ad      Static Pool - Management        Management pool 196     NOC-VPN ISP
    153154in      Internal netblock       Internal netblock       199     6750400 ISP
    154155wc      Reserve for CORE/WAN blocks     CORE/WAN blocks 200     6750400 ISP
     
    159160pr      Dynamic-route DSL netblock      Dynamic-route DSL       221             ISP
    160161ar      ATM block       ATM block       222             ISP
    161 fr      Fibre   Fibre   223             ISP
     162fr      Fibre   Fibre   223     ATM-BUS ISP
    162163rm      Routing Routed netblock 500     6750400 ISP
    163164mm      Master block    Master block    999     6750400 ISP
Note: See TracChangeset for help on using the changeset viewer.