Lines Matching refs:SRV
578 echo_i "remove nonexistent SRV record ($n)"
582 update delete nonexistent.example.nil. 0 IN SRV 0 0 0 foo.
2237 update add _xxx._tcp.example.com 3600 IN SRV 0 0 0 machine.example.com
2240 $DIG $DIGOPTS +tcp @10.53.0.7 _xxx._tcp.example.com SRV >dig.out.ns7.test$n || ret=1
2242 grep "_xxx._tcp.example.com.*SRV.*0 0 0 machine.example.com" dig.out.ns7.test$n >/dev/null || ret=1
2258 update add _xxx._udp.example.com 3600 IN SRV 0 0 0 machine.example.com
2262 $DIG $DIGOPTS +tcp @10.53.0.7 _xxx._udp.example.com SRV >dig.out.ns7.test$n || ret=1
2313 echo_i "check krb5-subdomain-self-rhs match SRV ($n)"
2321 update add _xxx.self-srv.example.com 3600 IN SRV 0 0 0 machine.example.com
2324 $DIG $DIGOPTS +tcp @10.53.0.7 _xxx.self-srv.example.com ANY >dig.out.ns7.test$n || ret=1
2326 grep "_xxx.self-srv.example.com.*SRV.*0 0 0 machine.example.com" dig.out.ns7.test$n >/dev/null || ret=1
2334 echo_i "check krb5-subdomain-self-rhs no listed types match (SRV & TXT) ($n)"
2342 update add _xxx.self-srv-no-type.example.com 3600 IN SRV 0 0 0 machine.example.com
2343 update add _xxx.self-srv-no-type.example.com 3600 IN TXT a txt record
2346 $DIG $DIGOPTS +tcp @10.53.0.7 _xxx.self-srv-no-type.example.com ANY >dig.out.ns7.test$n || ret=1
2348 grep '_xxx.self-srv-no-type.example.com.*SRV.*0 0 0 machine.example.com' dig.out.ns7.test$n >/dev/null || ret=1
2349 grep '_xxx.self-srv-no-type.example.com.*TXT.*"a" "txt" "record"' dig.out.ns7.test$n >/dev/null || ret=1
2357 echo_i "check krb5-subdomain-self-rhs no-match RDATA (SRV) ($n)"
2365 update add _yyy.self-srv.example.com 3600 IN SRV 0 0 0 notme.example.com
2369 $DIG $DIGOPTS +tcp @10.53.0.7 _yyy.self-srv.example.com SRV >dig.out.ns7.test$n || ret=1
2386 update add _yyy.self-srv.example.com 3600 IN TXT a-txt-record
2390 $DIG $DIGOPTS +tcp @10.53.0.7 _yyy.self-srv.example.com TXT >dig.out.ns7.test$n || ret=1
2489 echo_i "check krb5-subdomain-self-rhs delete SRV (matching SRV) ($n)"
2490 $DIG $DIGOPTS +tcp @10.53.0.7 single.srv.self-srv.example.com SRV >dig.out.ns7.pre.test$n || ret=1
2500 update delete single.srv.self-srv.example.com SRV
2503 $DIG $DIGOPTS +tcp @10.53.0.7 single.srv.self-srv.example.com SRV >dig.out.ns7.test$n || ret=1
2512 echo_i "check krb5-subdomain-self-rhs delete SRV (matching SRV with non-matching SRV) ($n)"
2520 update delete many.srv.self-srv.example.com SRV
2524 $DIG $DIGOPTS +tcp @10.53.0.7 many.srv.self-srv.example.com SRV >dig.out.ns7.test$n || ret=1
2534 echo_i "check krb5-subdomain-self-rhs delete ANY (matching SRV) ($n)"
2535 $DIG $DIGOPTS +tcp @10.53.0.7 single.any.self-srv.example.com SRV >dig.out.ns7.pre.test$n || ret=1
2545 update delete single.any.self-srv.example.com
2548 $DIG $DIGOPTS +tcp @10.53.0.7 single.any.self-srv.example.com SRV >dig.out.ns7.test$n || ret=1
2557 echo_i "check krb5-subdomain-self-rhs delete ANY (matching SRV with non-matching SRV) ($n)"
2565 update delete many.any.self-srv.example.com
2569 $DIG $DIGOPTS +tcp @10.53.0.7 many.any.self-srv.example.com SRV >dig.out.ns7.test$n || ret=1
2671 update add _xxx._tcp.example.com 3600 IN SRV 0 0 0 machine.example.com
2674 $DIG $DIGOPTS +tcp @10.53.0.9 _xxx._tcp.example.com SRV >dig.out.ns9.test$n || ret=1
2676 grep "_xxx._tcp.example.com.*SRV.*0 0 0 machine.example.com" dig.out.ns9.test$n >/dev/null || ret=1
2692 update add _xxx._udp.example.com 3600 IN SRV 0 0 0 machine.example.com
2696 $DIG $DIGOPTS +tcp @10.53.0.9 _xxx._udp.example.com SRV >dig.out.ns9.test$n || ret=1
2747 echo_i "check ms-subdomain-self-rhs match (SRV) ($n)"
2755 update add _xxx.self-srv.example.com 3600 IN SRV 0 0 0 machine.example.com
2758 $DIG $DIGOPTS +tcp @10.53.0.10 _xxx.self-srv.example.com SRV >dig.out.ns10.test$n || ret=1
2760 srv.example.com.*SRV.*0 0 0 machine.example.com" dig.out.ns10.test$n >/dev/null || ret=1
2768 echo_i "check ms-subdomain-self-rhs no-match (SRV) ($n)"
2776 update add _yyy.self-srv.example.com 3600 IN SRV 0 0 0 notme.example.com
2780 $DIG $DIGOPTS +tcp @10.53.0.10 _yyy.self-srv.example.com SRV >dig.out.ns10.test$n || ret=1
2789 echo_i "check ms-subdomain-self-rhs delete SRV (matching SRV) ($n)"
2790 $DIG $DIGOPTS +tcp @10.53.0.10 single.srv.self-srv.example.com SRV >dig.out.ns10.pre.test$n || ret=1
2800 update delete single.srv.self-srv.example.com SRV
2803 $DIG $DIGOPTS +tcp @10.53.0.10 single.srv.self-srv.example.com SRV >dig.out.ns10.test$n || ret=1
2812 echo_i "check ms-subdomain-self-rhs delete SRV (matching SRV with non-matching SRV) ($n)"
2820 update delete many.srv.self-srv.example.com SRV
2824 $DIG $DIGOPTS +tcp @10.53.0.10 many.srv.self-srv.example.com SRV >dig.out.ns10.test$n || ret=1
2924 echo_i "check ms-subdomain-self-rhs delete ANY (matching SRV) ($n)"
2925 $DIG $DIGOPTS +tcp @10.53.0.10 single.any.self-srv.example.com SRV >dig.out.ns10.pre.test$n || ret=1
2935 update delete single.any.self-srv.example.com
2938 $DIG $DIGOPTS +tcp @10.53.0.10 single.any.self-srv.example.com SRV >dig.out.ns10.test$n || ret=1
2947 echo_i "check ms-subdomain-self-rhs delete ANY (matching SRV with non-matching SRV) ($n)"
2955 update delete many.any.self-srv.example.com
2959 $DIG $DIGOPTS +tcp @10.53.0.10 many.any.self-srv.example.com SRV >dig.out.ns10.test$n || ret=1