From: Marcin Siodelski Date: Fri, 28 Mar 2014 13:47:41 +0000 (+0100) Subject: [3258] Updated bind10-guide css to highlight the new warning in 19.2.1. X-Git-Tag: bind10-1.2.0rc1-release~27^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73ffb138421c4041650853f036a8b19cdaece240;p=thirdparty%2Fkea.git [3258] Updated bind10-guide css to highlight the new warning in 19.2.1. Also, corrected one typo. --- diff --git a/doc/guide/bind10-guide.css b/doc/guide/bind10-guide.css index 3c62781635..a8e34e7bc0 100644 --- a/doc/guide/bind10-guide.css +++ b/doc/guide/bind10-guide.css @@ -30,6 +30,15 @@ body { -webkit-border-radius: 10px; } +.warning { + background-color: #eedddd; + border: 1px solid #ccaaaa; + margin: 1em 0 1em 0; + padding: 0.5em 1em 0.5em 1em; + -moz-border-radius: 10px; + -webkit-border-radius: 10px; +} + h3 { text-decoration: underline; } diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml index 9ca409fcba..6c64525294 100644 --- a/doc/guide/bind10-guide.xml +++ b/doc/guide/bind10-guide.xml @@ -7226,11 +7226,12 @@ DhcpDdns/reverse_ddns/ddns_domains[0]/dns_servers[0]/port 53 integer(default) - Requests are received from the DHCP servers are placed in a + Requests received from the DHCP servers are placed in a queue until they are processed. Currently all queued requests are lost when the server shuts down. - + + TSIG Authentication (RFC 2845)