From: Mark Andrews Date: Wed, 18 Sep 2024 22:45:50 +0000 (+1000) Subject: Add examples of WALLET records X-Git-Tag: v9.21.2~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b358e6e8b7adc469aee0b7bd5ad2972925acc79;p=thirdparty%2Fbind9.git Add examples of WALLET records --- diff --git a/bin/tests/system/doth/example.axfr.good b/bin/tests/system/doth/example.axfr.good index 176c824f4ab..a5ec1f25708 100644 --- a/bin/tests/system/doth/example.axfr.good +++ b/bin/tests/system/doth/example.axfr.good @@ -2665,6 +2665,10 @@ unspec01.example. 3600 IN UNSPEC \# 1 04 uri01.example. 3600 IN URI 10 20 "https://www.isc.org/" uri02.example. 3600 IN URI 30 40 "https://www.isc.org/HolyCowThisSureIsAVeryLongURIRecordIDontEvenKnowWhatSomeoneWouldEverWantWithSuchAThingButTheSpecificationRequiresThatWesupportItSoHereWeGoTestingItLaLaLaLaLaLaLaSeriouslyThoughWhyWouldYouEvenConsiderUsingAURIThisLongItSeemsLikeASillyIdeaButEnhWhatAreYouGonnaDo/" uri03.example. 3600 IN URI 30 40 "" +wallet.example. 3600 IN WALLET "currency-identifer" "wallet-identifier" +wallet-multiple.example. 3600 IN WALLET "currency-identifer1" "wallet-identifier1" +wallet-multiple.example. 3600 IN WALLET "currency-identifer1" "wallet-identifier2" +wallet-multiple.example. 3600 IN WALLET "currency-identifer2" "wallet-identifier3" wks01.example. 3600 IN WKS 10.0.0.1 6 0 1 2 21 23 wks02.example. 3600 IN WKS 10.0.0.1 17 0 1 2 53 wks03.example. 3600 IN WKS 10.0.0.2 6 65535 diff --git a/bin/tests/system/doth/example8.axfr.good b/bin/tests/system/doth/example8.axfr.good index 97b05323d79..39d70e20219 100644 --- a/bin/tests/system/doth/example8.axfr.good +++ b/bin/tests/system/doth/example8.axfr.good @@ -2665,6 +2665,10 @@ unspec01.example8. 3600 IN UNSPEC \# 1 04 uri01.example8. 3600 IN URI 10 20 "https://www.isc.org/" uri02.example8. 3600 IN URI 30 40 "https://www.isc.org/HolyCowThisSureIsAVeryLongURIRecordIDontEvenKnowWhatSomeoneWouldEverWantWithSuchAThingButTheSpecificationRequiresThatWesupportItSoHereWeGoTestingItLaLaLaLaLaLaLaSeriouslyThoughWhyWouldYouEvenConsiderUsingAURIThisLongItSeemsLikeASillyIdeaButEnhWhatAreYouGonnaDo/" uri03.example8. 3600 IN URI 30 40 "" +wallet.example8. 3600 IN WALLET "currency-identifer" "wallet-identifier" +wallet-multiple.example8. 3600 IN WALLET "currency-identifer1" "wallet-identifier1" +wallet-multiple.example8. 3600 IN WALLET "currency-identifer1" "wallet-identifier2" +wallet-multiple.example8. 3600 IN WALLET "currency-identifer2" "wallet-identifier3" wks01.example8. 3600 IN WKS 10.0.0.1 6 0 1 2 21 23 wks02.example8. 3600 IN WKS 10.0.0.1 17 0 1 2 53 wks03.example8. 3600 IN WKS 10.0.0.2 6 65535 diff --git a/bin/tests/system/genzone.sh b/bin/tests/system/genzone.sh index 40bf221a3bf..36bc4ac69ba 100644 --- a/bin/tests/system/genzone.sh +++ b/bin/tests/system/genzone.sh @@ -481,7 +481,13 @@ amtrelay06 AMTRELAY \# 2 0004 ; type 261 resinfo RESINFO qnamemin exterr=15,16,17 infourl=https://resolver.example.com/guide -; type 262 -- 32767 (unassigned) +; type 262 +wallet WALLET currency-identifer wallet-identifier +wallet-multiple WALLET currency-identifer1 wallet-identifier1 +wallet-multiple WALLET currency-identifer1 wallet-identifier2 +wallet-multiple WALLET currency-identifer2 wallet-identifier3 + +; type 265 -- 32767 (unassigned) ; type 32768 ta TA 30795 1 1 ( diff --git a/bin/tests/system/xfer/dig1.good b/bin/tests/system/xfer/dig1.good index 27285100d7c..d44fcda9d26 100644 --- a/bin/tests/system/xfer/dig1.good +++ b/bin/tests/system/xfer/dig1.good @@ -167,6 +167,10 @@ unspec01.example. 3600 IN UNSPEC \# 1 04 uri01.example. 3600 IN URI 10 20 "https://www.isc.org/" uri02.example. 3600 IN URI 30 40 "https://www.isc.org/HolyCowThisSureIsAVeryLongURIRecordIDontEvenKnowWhatSomeoneWouldEverWantWithSuchAThingButTheSpecificationRequiresThatWesupportItSoHereWeGoTestingItLaLaLaLaLaLaLaSeriouslyThoughWhyWouldYouEvenConsiderUsingAURIThisLongItSeemsLikeASillyIdeaButEnhWhatAreYouGonnaDo/" uri03.example. 3600 IN URI 30 40 "" +wallet.example. 3600 IN WALLET "currency-identifer" "wallet-identifier" +wallet-multiple.example. 3600 IN WALLET "currency-identifer1" "wallet-identifier1" +wallet-multiple.example. 3600 IN WALLET "currency-identifer1" "wallet-identifier2" +wallet-multiple.example. 3600 IN WALLET "currency-identifer2" "wallet-identifier3" wks01.example. 3600 IN WKS 10.0.0.1 6 0 1 2 21 23 wks02.example. 3600 IN WKS 10.0.0.1 17 0 1 2 53 wks03.example. 3600 IN WKS 10.0.0.2 6 65535 diff --git a/bin/tests/system/xfer/dig2.good b/bin/tests/system/xfer/dig2.good index 5b1d93d09c1..4b090f83fec 100644 --- a/bin/tests/system/xfer/dig2.good +++ b/bin/tests/system/xfer/dig2.good @@ -167,6 +167,10 @@ unspec01.example. 3600 IN UNSPEC \# 1 04 uri01.example. 3600 IN URI 10 20 "https://www.isc.org/" uri02.example. 3600 IN URI 30 40 "https://www.isc.org/HolyCowThisSureIsAVeryLongURIRecordIDontEvenKnowWhatSomeoneWouldEverWantWithSuchAThingButTheSpecificationRequiresThatWesupportItSoHereWeGoTestingItLaLaLaLaLaLaLaSeriouslyThoughWhyWouldYouEvenConsiderUsingAURIThisLongItSeemsLikeASillyIdeaButEnhWhatAreYouGonnaDo/" uri03.example. 3600 IN URI 30 40 "" +wallet.example. 3600 IN WALLET "currency-identifer" "wallet-identifier" +wallet-multiple.example. 3600 IN WALLET "currency-identifer1" "wallet-identifier1" +wallet-multiple.example. 3600 IN WALLET "currency-identifer1" "wallet-identifier2" +wallet-multiple.example. 3600 IN WALLET "currency-identifer2" "wallet-identifier3" wks01.example. 3600 IN WKS 10.0.0.1 6 0 1 2 21 23 wks02.example. 3600 IN WKS 10.0.0.1 17 0 1 2 53 wks03.example. 3600 IN WKS 10.0.0.2 6 65535