From: JINMEI Tatuya Date: Mon, 18 Jun 2012 22:27:43 +0000 (-0700) Subject: [2005] on peculiar behavior with bindctl and boss components config. X-Git-Tag: trac2351_base~226^2~29^2~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af892b5382f052891aaa94f056e8c337f4f9ec06;p=thirdparty%2Fkea.git [2005] on peculiar behavior with bindctl and boss components config. --- diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml index e83f2ee824..308b1b0fea 100644 --- a/doc/guide/bind10-guide.xml +++ b/doc/guide/bind10-guide.xml @@ -2032,6 +2032,16 @@ what is XfroutClient xfr_client?? > config set Boss/components/b10-ddns/kind dispensable > config commit + + In theory "kind" could be omitted because "dispensable" is its + default. But there's some peculiar behavior (which should + be a bug and should be fixed eventually; see Trac ticket + #2064) with bindctl and you'll still need to specify that explicitly. + Likewise, "address" may look unnecessary because + b10-ddns would start and work without + specifying it. But for it to shutdown gracefully this + parameter should also be specified. + @@ -2088,7 +2098,7 @@ what is XfroutClient xfr_client?? > config set DDNS/zones[0]/class IN > config add DDNS/zones[0]/update_acl {"action": "ACCEPT", "key": "key.example.org"} > config commit - + (The class can be omitted). The TSIG key must be configured system wide (see .)