From 58f52c57ce9df13460ac68200cef30a008b9c468 Mon Sep 17 00:00:00 2001 From: Marcus Grando Date: Tue, 18 Oct 2016 04:08:08 -0200 Subject: [PATCH] Change VERSION private RR to use reserved space (#415) --- privaterr_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/privaterr_test.go b/privaterr_test.go index ba3f346d..72ec8f5c 100644 --- a/privaterr_test.go +++ b/privaterr_test.go @@ -101,7 +101,7 @@ func TestPrivateByteSlice(t *testing.T) { } } -const TypeVERSION uint16 = 0x0F02 +const TypeVERSION uint16 = 0xFF01 type VERSION struct { x string