From e073b04605883d38a7b41128c4c172b12f536ae5 Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Thu, 21 Oct 2021 15:22:57 +0200 Subject: [PATCH] Document typenumber and classnumber format Document the typenumber and classnumber in doc/dev/rdata so that it is clear what the expected format is. --- doc/dev/rdata.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/dev/rdata.md b/doc/dev/rdata.md index c48798c43e..86d2bb4640 100644 --- a/doc/dev/rdata.md +++ b/doc/dev/rdata.md @@ -98,6 +98,12 @@ Initial rdata hierarchy: any_255/ tsig_250.h +#### CLASSNUMBER and TYPENUMBER + +Class and type numbers must be unsigned integers. Permissable alphabet: 0 to 9, +if no match than the file is silently ignored. The number can be at most 65535, +any number higher is a build error. + #### CLASSNAME and TYPENAME Class and type names must be from the following alphabet and less that 11