2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

Document typenumber and classnumber format

Document the typenumber and classnumber in doc/dev/rdata so that it
is clear what the expected format is.
This commit is contained in:
Matthijs Mekking 2021-10-21 15:22:57 +02:00 committed by Mark Andrews
parent d3d22502b4
commit e073b04605

View File

@ -98,6 +98,12 @@ Initial rdata hierarchy:
any_255/ any_255/
tsig_250.h 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 #### CLASSNAME and TYPENAME
Class and type names must be from the following alphabet and less that 11 Class and type names must be from the following alphabet and less that 11