amarbs commented on PR #7083:
URL: https://github.com/apache/trafficcontrol/pull/7083#issuecomment-1398210687
I have incorporated this patch on a 6.1.x traffic-router. It is working fine
for me.
query for AAAA record for which a A record exists, but AAAA does not:
```
[root@traffic-router-577b8498d5-dgpxh /]# dig @localhost
cdn.4930b852-0b4c-40fc-9238-0d9c2b99fbb0.mycdn.lilac.in AAAA
; <<>> DiG 9.11.4-P2-RedHat-9.11.4-26.P2.el7_9.10 <<>> @localhost
cdn.4930b852-0b4c-40fc-9238-0d9c2b99fbb0.mycdn.lilac.in AAAA
; (2 servers found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25661
;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; WARNING: recursion requested but not available
;; QUESTION SECTION:
;cdn.4930b852-0b4c-40fc-9238-0d9c2b99fbb0.mycdn.lilac.in. IN AAAA
;; AUTHORITY SECTION:
4930b852-0b4c-40fc-9238-0d9c2b99fbb0.mycdn.lilac.in. 30 IN SOA
traffic-router-577b8498d5-dgpxh.mycdn.lilac.in.
traffic_ops.4930b852-0b4c-40fc-9238-0d9c2b99fbb0.mycdn.lilac.in. 2023012005
28800 7200 604800 30
;; Query time: 6 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Fri Jan 20 05:55:00 UTC 2023
;; MSG SIZE rcvd: 153
```
Thank you @mikeV02
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]