Changeset 353 for branches/stable


Ignore:
Timestamp:
11/08/06 15:34:48 (18 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Update ipdb.psql with current alloctypes
Change "Internal netblock" entry to be visible in allocation lists
Remove hackery in admin.cgi that allowed changing a block to
"Internal netblock" even if it wasn't retrieved from the database
like everything else.

Location:
branches/stable/cgi-bin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/admin.cgi

    r343 r353  
    467467        " value='$types[0]'>$types[1]</option>\n";
    468468    }
    469     print "<option". (($data[2] eq 'in') ? ' selected' : '') .
    470         " value='in'>Internal netblock</option>\n</select></td>\n";
    471469
    472470    print qq(<td><input name=city value="$data[3]"></td>\n).
  • branches/stable/cgi-bin/ipdb.psql

    r346 r353  
    147147we      Dynamic WiFi block      Dynamic WiFi block      104     WL-RES  ISP-WIFI
    148148ve      Dynamic VoIP block      Dynamic VoIP block      105     DYN-VOIP        ISP
    149 li      Static IP - LAN/POP     Static LAN/POP IP       190     6750400 ISP
    150 ld      Static Pool - LAN/POP   LAN pool        191     6750400 ISP
     149li      Static IP - LAN/POP     Static LAN/POP IP       190     NOC-VPN ISP
     150li      Static IP - Management  Static management IP    191     NOC-VPN ISP
     151ld      Static Pool - LAN/POP   LAN pool        195     NOC-VPN ISP
     152ld      Static Pool - Management        Management pool 196     NOC-VPN ISP
     153in      Internal netblock       Internal netblock       199     6750400 ISP
    151154wc      Reserve for CORE/WAN blocks     CORE/WAN blocks 200     6750400 ISP
    152155pc      Reserve for dynamic-route DSL netblocks Dynamic-route netblocks 201     6750400 ISP-STATIC-DSL
     
    158161fr      Fibre   Fibre   223             ISP
    159162rm      Routing Routed netblock 500     6750400 ISP
    160 in      Internal netblock       Internal netblock       990     6750400 ISP
    161163mm      Master block    Master block    999     6750400 ISP
    162164\.
Note: See TracChangeset for help on using the changeset viewer.