From: Mark Andrews Date: Wed, 16 Apr 2014 05:53:30 +0000 (+1000) Subject: 3809. [doc] Fix SIT and NSID documentation. X-Git-Tag: v9.10.0rc2~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=993cde8f0fe3e08283990cc9ff4a555b5e48ab91;p=thirdparty%2Fbind9.git 3809. [doc] Fix SIT and NSID documentation. --- diff --git a/CHANGES b/CHANGES index abf6b17c240..ce4687f3dfe 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +3809. [doc] Fix SIT and NSID documentation. + 3808. [doc] Clean up "prefetch" documentation. [RT #35751] 3807. [bug] Fix sign extention bug in dns_name_fromtext when diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 61eeb8ca334..81a3d7d61f5 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -6281,31 +6281,36 @@ options { request-sit - - If yes, then a SIT (Source Identity - Token) EDNS option is sent along with the query. If the - resolver has previously talked to the server, the SIT - returned in the previous transaction is sent. This - is used by the server to determine whether the resolver - has talked to it before. A resolver sending the correct - SIT is assumed not to be an off-path attacker sending a - spoofed-source query; the query is therefore unlikely to - be part of a reflection/amplification attack, so resolvers - sending a correct SIT option are not subject to response - rate limiting (RRL). Resolvers which do not send a correct - SIT option may be limited to receiving smaller responses - via the nosit-udp-size option. - + + + If yes, then a SIT (Source + Identity Token) EDNS option is sent along with + the query. If the resolver has previously talked + to the server, the SIT returned in the previous + transaction is sent. This is used by the server + to determine whether the resolver has talked to + it before. A resolver sending the correct SIT is + assumed not to be an off-path attacker sending a + spoofed-source query; the query is therefore + unlikely to be part of a reflection/amplification + attack, so resolvers sending a correct SIT option + are not subject to response rate limiting (RRL). + Resolvers which do not send a correct SIT option + may be limited to receiving smaller responses via + the nosit-udp-size option. + + - sit-secret - - If set, this is a shared secret used for generating and - verifying Source Identity Token EDNS options within a - anycast cluster. If not set the system will generate - a random secret at startup. - + sit-secret + + If set, this is a shared secret used for generating + and verifying Source Identity Token EDNS options + within a anycast cluster. If not set the system + will generate a random secret at startup. + + @@ -10288,6 +10293,8 @@ rate-limit { bogus yes_or_no ; provide-ixfr yes_or_no ; request-ixfr yes_or_no ; + request-nsid yes_or_no ; + request-sit yes_or_no ; edns yes_or_no ; edns-udp-size number ; nosit-udp-size number ; @@ -10504,6 +10511,23 @@ rate-limit { only query-source-v6 can be specified. + + The request-nsid clause determines + whether the local server will add a NSID EDNS option + to requests sent to the server. This overrides + request-nsid set at the view or + option level. + + + + The request-sit clause determines + whether the local server will add a SIT EDNS option + to requests sent to the server. This overrides + request-sit set at the view or + option level. Named may determine that SIT is not + supported by the remote server and not add a SIT + EDNS option to requests. +