Changeset 204


Ignore:
Timestamp:
12/16/11 16:28:30 (12 years ago)
Author:
Kris Deugau
Message:

/trunk

Add mapping for Vega's IPv6 type ("3") on the off chance we come
across a database that actually has some v6 records in it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/vega-import.pl

    r203 r204  
    3636
    3737my %vegatypes = ('S' => 'SOA', 'N' => 'NS', 'A' => 'A', 'T' => 'TXT',
    38         'V' => 'SRV', 'P' => 'PTR', 'M' => 'MX', 'C' => 'CNAME' );
     38        'V' => 'SRV', 'P' => 'PTR', 'M' => 'MX', 'C' => 'CNAME',
     39        '3' => 'AAAA' );
    3940
    4041if ($mode eq 'replace') {
Note: See TracChangeset for help on using the changeset viewer.