[Bug 205112] drill does not respect +short argument
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Dec 8 01:14:51 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205112
Bug ID: 205112
Summary: drill does not respect +short argument
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: bin
Assignee: freebsd-bugs at FreeBSD.org
Reporter: hey at vito.io
+short argument does not behave as expected.
Steps to reproduce:
# drill +short freebsd.org @8.8.8.8
Expected result:
8.8.178.110
Actual results:
;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 9140
;; flags: qr rd ra ; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;; freebsd.org. IN A
;; ANSWER SECTION:
freebsd.org. 23 IN A 8.8.178.110
;; AUTHORITY SECTION:
;; ADDITIONAL SECTION:
;; Query time: 196 msec
;; SERVER: 8.8.8.8
;; WHEN: Tue Dec 8 01:13:25 2015
;; MSG SIZE rcvd: 45
Expected results:
Drill should honor the +short argument and provide a terse answer instead of
the verbose.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list