Changeset 654
- Timestamp:
- 08/05/14 17:05:48 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r653 r654 6098 6098 # print both; a dangling record is harmless, and impossible via web 6099 6099 # UI anyway 6100 $self->_printrec_tiny($datafile,$revrec,$recflags,$zone,$host,28,$val,$dist,$weight,$port,$ttl,$loc,$stamp); 6101 $self->_printrec_tiny($datafile,$revrec,$recflags,$zone,$host,12,$val,$dist,$weight,$port,$ttl,$loc,$stamp); 6100 $self->_printrec_tiny($datafile,$recid,'n',$recflags, $self->domainName($self->_hostparent($host)), 6101 $host, 28, $val, $dist, $weight, $port, $ttl, $loc, $stamp); 6102 $self->_printrec_tiny($datafile, $recid, 'y', $recflags, $zone, 6103 $host, 12, $val, $dist, $weight, $port, $ttl, $loc, $stamp); 6104 6102 6105 ##fixme: add a config flag to indicate use of the patch from http://www.fefe.de/dns/ 6103 6106 # type 6 is for AAAA+PTR, type 3 is for AAAA
Note:
See TracChangeset
for help on using the changeset viewer.