Changeset 456


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.

Location:
trunk
Files:
2 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
  • trunk/dns.sql

    r395 r456  
    177177COPY rectypes (val, name, stdflag, listorder, alphaorder) FROM stdin;
    1781781       A       1       1       1
    179 2       NS      2       9       37
     1792       NS      2       10      37
    1801803       MD      5       255     29
    1811814       MF      5       255     30
    182 5       CNAME   2       11      9
     1825       CNAME   2       12      9
    1831836       SOA     0       0       53
    1841847       MB      5       255     28
     
    19019013      HINFO   5       255     18
    19119114      MINFO   5       255     32
    192 15      MX      1       10      34
    193 16      TXT     2       12      60
     19215      MX      1       11      34
     19316      TXT     2       13      60
    19419417      RP      4       255     48
    19519518      AFSDB   5       255     4
     
    20820831      EID     5       255     15
    20920932      NIMLOC  5       255     36
    210 33      SRV     1       13      55
     21033      SRV     1       14      55
    21121134      ATMA    5       255     6
    21221235      NAPTR   5       255     35
     
    24924965282   PTR template    3       6       2
    25025065283   A+PTR template  2       7       2
    251 65284   AAAA+PTR template       8       13      2
    252 65285   Delegation      2       8       2
     25165284   AAAA+PTR template       2       8       2
     25265285   Delegation      2       9       2
    253253\.
    254254
Note: See TracChangeset for help on using the changeset viewer.