From: Petr Špaček Date: Thu, 29 May 2025 15:26:30 +0000 (+0200) Subject: Clarify named-rrchecker return codes X-Git-Tag: v9.21.9~12^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c986d37f2470736d0c403634a0fa875d7d391bde;p=thirdparty%2Fbind9.git Clarify named-rrchecker return codes --- diff --git a/bin/tools/named-rrchecker.rst b/bin/tools/named-rrchecker.rst index 3526e9dcd79..b37cafcb4ef 100644 --- a/bin/tools/named-rrchecker.rst +++ b/bin/tools/named-rrchecker.rst @@ -72,6 +72,18 @@ Options This option prints out the help menu. + +Return Codes +~~~~~~~~~~~~ + +0 + The whole input was parsed as one syntactically valid resource record. + +1 + The input is not a syntactically valid resource record, or the given type is not + supported, or either/both class and type are meta-values, which should not appear in zone files. + + See Also ~~~~~~~~