[roll] Roll fuchsia [dns] Avoid logging unexpected CNAME record

CNAME is expected for other query types, that seems to be acceptable
server behavior. Suppress logging for that case.

Example dig output displaying this behavior:

$ dig @8.8.8.8 clients3.google.com A

; <<>> DiG 9.10.6 <<>> @8.8.8.8 clients3.google.com A
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 46690
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;clients3.google.com.		IN	A

;; ANSWER SECTION:
clients3.google.com.	300	IN	CNAME	clients.l.google.com.
clients.l.google.com.	300	IN	A	142.251.35.174

;; Query time: 37 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Tue Jun 28 17:13:55 EDT 2022
;; MSG SIZE  rcvd: 88

Original-Fixed: 103530
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/695004
Original-Revision: a86d52fd475d93a005756ae4315991ccefce8ae8
GitOrigin-RevId: 1c40e146060bb211f82732510789e80ca8acacc3
Change-Id: I01a4d631a20c99f86508ee3f0d3657ae7da8d50c
1 file changed
tree: c684e15da97d18cad466279f6f3549f4803d1606
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.