BIND 10 #692: response with NSEC3 for class ANY queries

BIND 10 Development do-not-reply at isc.org
Mon Mar 12 18:23:15 UTC 2012


#692: response with NSEC3 for class ANY queries
-------------------------------------+-------------------------------------
                   Reporter:         |                 Owner:  jinmei
  jinmei                             |                Status:  assigned
                       Type:         |             Milestone:
  defect                             |            Resolution:
                   Priority:         |             Sensitive:  0
  medium                             |           Sub-Project:  DNS
                  Component:  data   |  Estimated Difficulty:  0.0
  source                             |           Total Hours:  0
                   Keywords:         |
            Defect Severity:  N/A    |
Feature Depending on Ticket:         |
        Add Hours to Ticket:  0      |
                  Internal?:  0      |
-------------------------------------+-------------------------------------

Comment (by jinmei):

 Replying to [comment:5 shane]:
 > Jinmei, sorry for taking so long to reply.
 >
 > I'm not sure what work you mean we need when you say we should create a
 ticket. Can you explain?

 How we handle class ANY query in general.  The current code only
 accepts the case of exact match:

 {{{#!c++
         const ConstQuestionPtr question = *message.beginQuestion();
         if (memory_client_ && memory_client_class_ ==
 question->getClass()) {
 }}}

 (and simply changing this condition to "or getClass is ANY" may not
 work if there's strict class matching within the data source code).

-- 
Ticket URL: <http://bind10.isc.org/ticket/692#comment:6>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list