BIND 10 #1503: dhcp4 and dhcp6 daemons must have option to specify port number

BIND 10 Development do-not-reply at isc.org
Mon May 28 15:57:18 UTC 2012


#1503: dhcp4 and dhcp6 daemons must have option to specify port number
-------------------------------------+-------------------------------------
                   Reporter:  tomek  |                 Owner:  tomek
                       Type:         |                Status:  reviewing
  defect                             |             Milestone:  Sprint-
                   Priority:         |  DHCP-20120528
  medium                             |            Resolution:
                  Component:  dhcp   |             Sensitive:  0
                   Keywords:         |           Sub-Project:  DHCP
            Defect Severity:         |  Estimated Difficulty:  0
  Medium                             |           Total Hours:  0
Feature Depending on Ticket:         |
        Add Hours to Ticket:  0      |
                  Internal?:  0      |
-------------------------------------+-------------------------------------
Changes (by stephen):

 * owner:  stephen => tomek


Comment:

 Checked commit b35d3159e812712e47d59db80ae0115e58cd5c82

 All OK (apart from the incorrect spelling of "unprivileged" in
 dhcp4_test.py :-).  I suggest implementing the changes for b10-dhcp6 on
 this ticket.

 Regarding the !ResourceWarning.  According to the docs.python.org article
 [http://docs.python.org/release/3.2/whatsnew/3.2.html?highlight=resourcewarning
 "What's New in Python 3.2"]:
 {{{
 A ResourceWarning is also issued when a file object is destroyed
 without having been explicitly closed. While the deallocator for
 such object ensures it closes the underlying operating system
 resource (usually, a file descriptor), the delay in deallocating
 the object could produce various issues, especially under Windows.
 }}}
 There does not appear to be anything obvious, so I guess it is a problem
 in Python, somewhere in the "subprocess" class.

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


More information about the bind10-tickets mailing list