BIND 10 #1321: Allow sending notify manually

BIND 10 Development do-not-reply at isc.org
Wed Mar 14 07:13:32 UTC 2012


#1321: Allow sending notify manually
-------------------------------------+-------------------------------------
                   Reporter:         |                 Owner:  muks
  vorner                             |                Status:  reviewing
                       Type:         |             Milestone:
  enhancement                        |  Sprint-20120320
                   Priority:         |            Resolution:
  medium                             |             Sensitive:  0
                  Component:         |           Sub-Project:  DNS
  xfrout                             |  Estimated Difficulty:  4
                   Keywords:         |           Total Hours:  2
            Defect Severity:  N/A    |
Feature Depending on Ticket:         |
        Add Hours to Ticket:  0      |
                  Internal?:  0      |
-------------------------------------+-------------------------------------

Comment (by muks):

 Hi jelte

 {{{
 +        { "command_name": "notify",
 }}}

 I guess it's not possible to use notify_out.ZONE_NEW_DATA_READY_CMD there?
 (Is the .spec file evaluated as Python code, or read as a JSON file?)

 How about moving the following into send_notify() ?

 {{{
 +            if not zone_class:
 +                zone_class = str(RRClass.IN())
 }}}

 The rest looks good.

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


More information about the bind10-tickets mailing list