From 3df3147f8c6437064da64fab096bd4a4ec8ab61b Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Fri, 25 Mar 2022 13:50:23 -0400 Subject: plugin/k8s_external: Persist tc bit from lookup to client response (#4716) * persist reponse tc bit from lookup to client Signed-off-by: Chris O'Haver --- plugin/k8s_external/external_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/k8s_external/external_test.go') diff --git a/plugin/k8s_external/external_test.go b/plugin/k8s_external/external_test.go index cf8e0e61c..78600f65d 100644 --- a/plugin/k8s_external/external_test.go +++ b/plugin/k8s_external/external_test.go @@ -62,7 +62,7 @@ var tests = []test.Case{ { Qname: "svc1.testns.example.com.", Qtype: dns.TypeSRV, Rcode: dns.RcodeSuccess, Answer: []dns.RR{test.SRV("svc1.testns.example.com. 5 IN SRV 0 100 80 svc1.testns.example.com.")}, - Extra: []dns.RR{test.A("svc1.testns.example.com. 5 IN A 1.2.3.4")}, + Extra: []dns.RR{test.A("svc1.testns.example.com. 5 IN A 1.2.3.4")}, }, // SRV Service Not udp/tcp { -- cgit v1.2.3