Changeset 674 for trunk/cgi-bin/IPDB.pm


Ignore:
Timestamp:
01/14/15 12:58:58 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

Start extending rDNS support to allow entering per-IP reverse names. See #1.

  • configuration for maximum IP list length
  • CSS to support hideable space so longer lists don't distort and confuse the page too much
  • Hideable space on the assignment confirmation page for per-IP fields
  • Generate IP list for assignment confirmation - note we can't do it on the previous page without heavy AJAX (or heavier Javascript) because we don't know what block we're even assigning at that stage.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/IPDB.pm

    r671 r674  
    9999our $revgroup = 1;      # should probably be configurable somewhere
    100100our $rpccount = 0;
     101
     102# Largest inverse CIDR mask length to show per-IP rDNS list
     103# (eg, NetAddr::IP->bits - NetAddr::IP->masklen)
     104our $maxrevlist = 5;  # /27
    101105
    102106##
Note: See TracChangeset for help on using the changeset viewer.