2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

1000. [func] Accept "HESIOD" as a alias for class "HS".

This commit is contained in:
Mark Andrews
2001-09-16 05:27:04 +00:00
parent 5fe21da364
commit e6f17474cb
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
1000. [func] Accept "HESIOD" as a alias for class "HS".
999. [func] "rndc retransfer zone [class [view]]" added.
[RT #1752]

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: rdata.c,v 1.148 2001/09/15 00:01:46 bwelling Exp $ */
/* $Id: rdata.c,v 1.149 2001/09/16 05:27:04 marka Exp $ */
#include <config.h>
#include <ctype.h>
@@ -1054,6 +1054,7 @@ dns_rdataclass_fromtext(dns_rdataclass_t *classp, isc_textregion_t *source) {
break;
case 'h':
COMPARE("hs", dns_rdataclass_hs);
COMPARE("hesiod", dns_rdataclass_hs);
break;
case 'i':
COMPARE("in", dns_rdataclass_in);