named-rrchecker.html revision 49c1e0d18d6f8b894ce2e6b485ef666599a83c21
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein - Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein - Permission to use, copy, modify, and/or distribute this software for any
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User - purpose with or without fee is hereby granted, provided that the above
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User - copyright notice and this permission notice appear in all copies.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt - PERFORMANCE OF THIS SOFTWARE.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein<!-- $Id$ -->
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry">
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein<a name="man.named-rrchecker"></a><div class="titlepage"></div>
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews<p><span class="application">named-rrchecker</span> — A syntax checker for individual DNS resource records</p>
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein<div class="cmdsynopsis"><p><code class="command">named-rrchecker</code> [<code class="option">-h</code>] [<code class="option">-o <em class="replaceable"><code>origin</code></em></code>] [<code class="option">-p</code>] [<code class="option">-u</code>] [<code class="option">-C</code>] [<code class="option">-T</code>] [<code class="option">-P</code>]</p></div>
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User<p><span class="command"><strong>named-rrchecker</strong></span>
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt read a individual DNS resource record from standard input and checks if it
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt is syntactically correct.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt The <code class="option">-h</code> prints out the help menu.
a1ff871f78b7d907d6fc3a382beea2a640fe8423Tinderbox User The <code class="option">-o <em class="replaceable"><code>origin</code></em></code>
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt option specifies a origin to be used when interpreting the record.
0da02c26a6631c25f075a8e4ac6de9e58f49a0c2Tinderbox User The <code class="option">-p</code> prints out the resulting record in cannonical
ffe29868b4bbc64953fc5d0de51f988c20158967Tinderbox User form. If there is no cannonical form defined then the record will be
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt printed in unknown record format.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt The <code class="option">-u</code> prints out the resulting record in unknown record
0ce865f8b2e652d6fe0c029e3538f4cc7e009fe1Tinderbox User The <code class="option">-C</code>, <code class="option">-T</code> and <code class="option">-P</code>
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User print out the known class, standard type and private type nmeomics
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User respectively.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt <span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>