1DT-GETRRSET(1) User Commands DT-GETRRSET(1)
2
3
4
6 dt-getquery - command-line test program for the val_get_rrset()
7 function
8
10 dt-getquery [options] name
11
13 This utility is a command-line wrapper around the val_get_rrset()
14 function. It invokes the val_get_rrset() function with the given
15 command-line arguments and displays the returned data and the
16 validated, trusted and non-existence status for each resource record
17 set returned in the response. Any information about name aliases are
18 also displayed. The trusted and validated status values are obtained
19 using the val_istrusted() and val_isvalidated() functions from
20 libval(3).
21
22 This program returns 0 on success and -1 on failure.
23
25 -t <type>
26 Perform the query for the given DNS record type
27
28 -o, --output=<debug-level>:<dest-type>[:<dest-options>]
29 <debug-level> is 1-7, corresponding to syslog levels ALERT-DEBUG
30 <dest-type> is one of file, net, syslog, stderr, stdout
31 <dest-options> depends on <dest-type>
32 file:<file-name> (opened in append mode)
33 net[:<host-name>:<host-port>] (127.0.0.1:1053
34 syslog[:facility] (0-23 (default 1 USER))
35
36 -h, --help
37 Display the help and exit.
38
40 libval
41
43 Copyright 2005-2013 SPARTA, Inc. All rights reserved. See the COPYING
44 file included with the DNSSEC-Tools package for details.
45
47 Abhijit Hayatnagarkar, Suresh Krishnaswamy, Robert Story, Michael Baer
48
50 val_get_rrset(3)
51
52 libval(3)
53
54 http://www.dnssec-tools.org
55
56
57
58perl v5.14.3 2013-02-27 DT-GETRRSET(1)