From 3efeaabb3952dd160011f3a3755d0f2e3f0ef89f Mon Sep 17 00:00:00 2001 From: Marcus Grando Date: Mon, 17 Oct 2016 14:55:37 -0200 Subject: [PATCH] Respect range of RFC6895 (#413) --- privaterr_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/privaterr_test.go b/privaterr_test.go index 5f177aa4..ba3f346d 100644 --- a/privaterr_test.go +++ b/privaterr_test.go @@ -7,7 +7,7 @@ import ( "github.com/miekg/dns" ) -const TypeISBN uint16 = 0x0F01 +const TypeISBN uint16 = 0xFF00 // A crazy new RR type :) type ISBN struct {