mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 03:11:56 -05:00
Clean up option parsing in dig
Examine dig8's behavior when one of the servers it talks to servfail's back, and, if necessary, reproduce behavior in dig9. (RT351) Remove or fix port number display in places where it is not correctly reported (nslookup, in particular). (RT352)
This commit is contained in:
parent
85b2370943
commit
4786cd1ba6
1 changed files with 8 additions and 3 deletions
|
|
@ -1,8 +1,13 @@
|
|||
Inspect dig and nsupdate (with Andreas)
|
||||
|
||||
Remove unnecessary delays from system tests [COMPLETED]
|
||||
Serialize dig's transmissions to servers [COMPLETED, in testing]
|
||||
|
||||
-- Low priority:
|
||||
Clean up option parsing in dig
|
||||
|
||||
Examine dig8's behavior when one of the servers it talks to servfail's
|
||||
back, and, if necessary, reproduce behavior in dig9. (RT351)
|
||||
|
||||
Remove or fix port number display in places where it is not correctly
|
||||
reported (nslookup, in particular). (RT352)
|
||||
|
||||
Serialize dig's transmissions to servers
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue