Add def. of SIDN RR

This commit is contained in:
Miek Gieben 2012-11-20 14:14:00 +01:00
parent f6896bea4f
commit d34c05f4fc
2 changed files with 2 additions and 0 deletions

1
msg.go
View File

@ -102,6 +102,7 @@ var Rr_str = map[uint16]string{
TypeNULL: "NULL",
TypeAFSDB: "AFSDB",
TypeX25: "X25",
TypeISDN: "ISDN",
TypePTR: "PTR",
TypeRT: "RT",
TypeSOA: "SOA",

View File

@ -38,6 +38,7 @@ const (
TypeRP uint16 = 17
TypeAFSDB uint16 = 18
TypeX25 uint16 = 19
TypeISDN uint16 = 20
TypeRT uint16 = 21
TypeSIG uint16 = 24
TypeKEY uint16 = 25