diff options
author | Marek Vavrusa <marek.vavrusa@nic.cz> | 2014-01-17 15:13:45 +0100 |
---|---|---|
committer | Marek Vavrusa <marek.vavrusa@nic.cz> | 2014-01-17 17:05:49 +0100 |
commit | 2a73ac797399294a6b964e1a4c79d91da570fb46 (patch) | |
tree | 597b3e15ceabdb8f372ebf7be1acc9178a4a23e3 /tests-extra/data | |
parent | functests: fixed response diff (diff) | |
download | knot-2a73ac797399294a6b964e1a4c79d91da570fb46.tar.xz knot-2a73ac797399294a6b964e1a4c79d91da570fb46.zip |
AUTHORITY NS not added for CNAME loop or CNAME leading to out-of-zone
data.
This conforms to RFC1034, 4.3.2/pt 3.a I think,
as the CNAME target would lead us out of available zones.
(We don't support answer from multiple local zones as of now.)
Diffstat (limited to 'tests-extra/data')
-rw-r--r-- | tests-extra/data/flags.zone | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests-extra/data/flags.zone b/tests-extra/data/flags.zone index b510da22d..788c921b7 100644 --- a/tests-extra/data/flags.zone +++ b/tests-extra/data/flags.zone @@ -3,6 +3,7 @@ $TTL 3600 @ SOA dns1 hostmaster 2010111213 10800 3600 1209600 7200 NS dns1 + NS dns.out-of-zone. ; NS out-of-zone record NS dns2 MX 10 mail MX 20 mail-no-a-rr ; MX record without additional A/AAAA record |