Changeset 321 for trunk


Ignore:
Timestamp:
04/05/06 12:20:09 (18 years ago)
Author:
Kris Deugau
Message:

/trunk

Update SQL tabledefs and "default" alloctypes with current alloctype list

File:
1 edited

Legend:

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

    r316 r321  
    109109);
    110110
    111 COPY "alloctypes" FROM stdin;
     111--
     112-- Name: alloctypes; Type: TABLE DATA; Schema: public; Owner: ipdb
     113--
     114
     115COPY alloctypes ("type", listname, dispname, listorder, def_custid) FROM stdin;
     116cn      Customer netblock       Customer netblock       0       
     117si      Static IP - Server pool Server pool IP  20     
     118ci      Static IP - Cable       Static cable IP 21     
     119di      Static IP - DSL Static DSL IP   22     
     120mi      Static IP - Dialup      Static dialup IP        23     
     121wi      Static IP - Wireless    Static wireless IP      24     
     122sd      Static Pool - Servers   Server pool     40      6750400
    112123cd      Static Pool - Cable     Cable pool      41      CBL-BUS
    113124dp      Static Pool - DSL       DSL pool        42      DSL-BUS
    114125mp      Static Pool - Dialup    Static dialup pool      43      DIAL-BUS
    115126wp      Static Pool - Wireless  Static wireless pool    44      WL-BUS
    116 mm      Master block    Master block    999     6750400
    117 in      Internal netblock       Internal netblock       990     6750400
    118 sd      Static Pool - Servers   Server pool     40      6750400
    119 cn      Customer netblock       Customer netblock       0       
    120 ci      Static IP - Cable       Static cable IP 21     
    121 di      Static IP - DSL Static DSL IP   22     
    122 mi      Static IP - Dialup      Static dialup IP        23     
    123 wi      Static IP - Wireless    Static wireless IP      24     
    124 si      Static IP - Server pool Server pool IP  20      6750400
    125 wc      Reserve for WAN blocks  WAN IP blocks   200     6750400
    126127en      End-use netblock        End-use netblock        100     6750400
    127128me      Dialup netblock Dialup netblock 101     DIAL-RES
     
    129130ce      Dynamic cable block     Dynamic cable block     103     CBL-RES
    130131we      Dynamic WiFi block      Dynamic WiFi block      104     WL-RES
     132ve      Dynamic VoIP block      Dynamic VoIP block      105     DYN-VOIP
     133li      Static IP - LAN/POP     Static LAN/POP IP       190     6750400
     134ai      Static IP - Managment   Static management IP    192     6750400
     135ad      Static Pool - Managment Management pool 196     6750400
     136ld      Static Pool - LAN/POP   LAN pool        195     6750400
     137wc      Reserve for CORE/WAN blocks     CORE/WAN blocks 200     6750400
     138pc      Reserve for dynamic-route DSL netblocks Dynamic-route netblocks 201     6750400
     139ac      Reserve for ATM ATM blocks      202     6750400
     140wr      CORE/WAN block  CORE/WAN block  220     6750400
     141pr      Dynamic-route DSL netblock      Dynamic-route DSL       221     
     142ar      ATM block       ATM block       222     
    131143rm      Routing Routed netblock 500     6750400
    132 pc      Reserve for dynamic-route DSL netblocks Dynamic-route netblocks 201     6750400
    133 pr      Dynamic-route DSL netblock      Dynamic-route DSL       221     
    134 wr      WAN block       WAN block       220     6750400
     144in      Internal netblock       Internal netblock       990     6750400
     145mm      Master block    Master block    999     6750400
    135146\.
    136147
Note: See TracChangeset for help on using the changeset viewer.