Changeset 456 for trunk/dns-1.0-1.2.sql


Ignore:
Timestamp:
01/17/13 13:53:52 (11 years ago)
Author:
Kris Deugau
Message:

/trunk

Refiddle/retweak the available record types in the initial tabledef
and 1.0->1.2 upgrade SQL. AAAA+PTR template should be available
but is effectively be ignored on export until DNS server software
has a native way to represent the data in a single entry.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns-1.0-1.2.sql

    r387 r456  
    9595COPY rectypes (val, name, stdflag, listorder, alphaorder) FROM stdin;
    96961       A       1       1       1
    97 2       NS      2       9       37
     972       NS      2       10      37
    98983       MD      5       255     29
    99994       MF      5       255     30
    100 5       CNAME   2       11      9
     1005       CNAME   2       12      9
    1011016       SOA     0       0       53
    1021027       MB      5       255     28
     
    10810813      HINFO   5       255     18
    10910914      MINFO   5       255     32
    110 15      MX      1       10      34
    111 16      TXT     2       12      60
     11015      MX      1       11      34
     11116      TXT     2       13      60
    11211217      RP      4       255     48
    11311318      AFSDB   5       255     4
     
    12612631      EID     5       255     15
    12712732      NIMLOC  5       255     36
    128 33      SRV     1       13      55
     12833      SRV     1       14      55
    12912934      ATMA    5       255     6
    13013035      NAPTR   5       255     35
     
    16716765282   PTR template    3       6       2
    16816865283   A+PTR template  2       7       2
    169 65284   AAAA+PTR template       8       13      2
    170 65285   Delegation      2       8       2
     16965284   AAAA+PTR template       2       8       2
     17065285   Delegation      2       9       2
    171171\.
    172172
Note: See TracChangeset for help on using the changeset viewer.