Bug 1174953
Summary: | bind: Rate Limiting (DNS RRL) patch is not documented in Red Hat Enterprise Linux 6 manual pages | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Bryan Totty <btotty> |
Component: | bind | Assignee: | Tomáš Hozza <thozza> |
Status: | CLOSED WONTFIX | QA Contact: | qe-baseos-daemons |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.6 | CC: | btotty, chorn, jlieskov, kevin, noah.robin, ovasik, qe-baseos-daemons, thozza, tlavigne |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://www.redbarn.org/dns/ratelimits | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 873624 | Environment: | |
Last Closed: | 2015-03-09 07:28:41 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 873624 | ||
Bug Blocks: | 906312 |
Comment 1
Bryan Totty
2014-12-16 20:32:56 UTC
Removing ZStream keyword and PMApproves, as this is from the cloned bug. The RRL functionality is documented in the ARM ~ Administrator Reference Manual. Adding the option to named.conf man page will not make it more or better documented. Also upstream man page does not include the rate-limit option. Is adding the option to named.conf man page really necessary? Ping reporter... Thank you for your response. I understand that RRL is not that simple and that is the main reason why it is documented in the ARM. You can always refer to the upstream ARM [1] or point customers to the documentation installed with bind package. example on RHEL-6: # rpm -qd bind | grep ARM /usr/share/doc/bind-9.8.2/arm/Bv9ARM-book.xml /usr/share/doc/bind-9.8.2/arm/Bv9ARM.ch01.html /usr/share/doc/bind-9.8.2/arm/Bv9ARM.ch02.html /usr/share/doc/bind-9.8.2/arm/Bv9ARM.ch03.html /usr/share/doc/bind-9.8.2/arm/Bv9ARM.ch04.html /usr/share/doc/bind-9.8.2/arm/Bv9ARM.ch05.html /usr/share/doc/bind-9.8.2/arm/Bv9ARM.ch06.html /usr/share/doc/bind-9.8.2/arm/Bv9ARM.ch07.html /usr/share/doc/bind-9.8.2/arm/Bv9ARM.ch08.html /usr/share/doc/bind-9.8.2/arm/Bv9ARM.ch09.html /usr/share/doc/bind-9.8.2/arm/Bv9ARM.ch10.html /usr/share/doc/bind-9.8.2/arm/Bv9ARM.html /usr/share/doc/bind-9.8.2/arm/Bv9ARM.pdf The Rate Limiting is documented in the /usr/share/doc/bind-9.8.2/arm/Bv9ARM.ch06.html file. Please verify that it covers your needs. To make it more clear for customers, maybe some KB article would be a good idea. [1] http://ftp.isc.org/isc/bind9/9.10.2rc1/doc/arm/Bv9ARM.ch06.html I have added this mention to our article available at: https://access.redhat.com/solutions/1260543 |