update the todo

This commit is contained in:
Miek Gieben 2012-02-12 13:06:47 +01:00
parent 9c478ab6e4
commit 53dcc5a425
2 changed files with 3 additions and 2 deletions

View File

@ -14,6 +14,8 @@ things that need to be fixed.
settings just like that -- need to look at them.
-edns NSID is another
* Add tsig check in 'q'?
* More RRs to add. Parsing of strings within the rdata
* Unknown RR parsing
## BUGS

View File

@ -1060,6 +1060,5 @@ var rr_mk = map[uint16]func() RR{
TypeURI: func() RR { return new(RR_URI) },
TypeTA: func() RR { return new(RR_TA) },
TypeDLV: func() RR { return new(RR_DLV) },
TypeTLSA: func() RR { return new(RR_TLSA) },
TypeTLSA: func() RR { return new(RR_TLSA) },
}