Changeset 410


Ignore:
Timestamp:
05/13/10 13:13:11 (14 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Merge tabledef/preseeding SQL from /trunk. See #13.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/ipdb.psql

    r394 r410  
    130130--
    131131
    132 COPY "alloctypes" FROM stdin;
     132COPY alloctypes ("type", listname, dispname, listorder, def_custid, arin_netname) FROM stdin;
    133133cn      Customer netblock       Customer netblock       0               ISPCUST
    134 si      Static IP - Server pool Server pool IP  20      6750400 ISP
     134si      Static IP - Server pool Server pool IP  20              ISP
    135135ci      Static IP - Cable       Static cable IP 21              ISP
    136136di      Static IP - DSL Static DSL IP   22              ISP
     
    149149ve      Dynamic VoIP block      Dynamic VoIP block      105     DYN-VOIP        ISP
    150150li      Static IP - LAN/POP     Static LAN/POP IP       190     NOC-VPN ISP
    151 ai      Static IP - Management  Static management IP    191     NOC-VPN ISP
     151ai      Static IP - Management  Static management IP    192     NOC-VPN ISP
     152bi      Static IP - Wifi CPE    Wifi CPE IP     193             ISP
    152153ld      Static Pool - LAN/POP   LAN pool        195     NOC-VPN ISP
    153154ad      Static Pool - Management        Management pool 196     NOC-VPN ISP
     155bd      Static pool - Wifi CPE  Wifi CPE pool   197             ISP
    154156in      Internal netblock       Internal netblock       199     6750400 ISP
    155157wc      Reserve for CORE/WAN blocks     CORE/WAN blocks 200     6750400 ISP
     
    160162pr      Dynamic-route DSL netblock (cust)       Dynamic-route DSL (cust)        221             ISPCUST
    161163ar      ATM block       ATM block       222             ISP
    162 fr      Fibre   Fibre   223     ATM-BUS ISP
     164fr      Fibre   Fibre   223             ISP
    163165rm      Routing Routed netblock 500     6750400 ISP
    164166mm      Master block    Master block    999     6750400 ISP
Note: See TracChangeset for help on using the changeset viewer.