2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00: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:
Michael Sawyer
2000-09-22 17:07:02 +00:00
parent 85b2370943
commit 4786cd1ba6

View File

@@ -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