BIND 10 #1239: Receiving data over V4
BIND 10 Development
do-not-reply at isc.org
Wed Dec 14 12:37:52 UTC 2011
#1239: Receiving data over V4
-------------------------------------+-------------------------------------
Reporter: | Owner: tomek
stephen | Status: reviewing
Type: task | Milestone: Sprint-
Priority: major | DHCP-20111221
Component: dhcp4 | Resolution:
Keywords: | Sensitive: 0
Defect Severity: N/A | Sub-Project: DHCP
Feature Depending on Ticket: | Estimated Difficulty: 0
Add Hours to Ticket: 0 | Total Hours: 0
Internal?: 0 |
-------------------------------------+-------------------------------------
Changes (by stephen):
* owner: stephen => tomek
Comment:
'''src/lib/dhcp/option.h'''[[BR]]
The comments
{{{
// This method will throw OutOfRange if option has 0 length
// This method will throw OutOfRange if option has 2 length
// This method will throw OutOfRange if option has 4 length
}}}
are better expressed as
{{{
// @exception OutOfRange Thrown if the option has a length of zero
// @exception OutOfRange Thrown if the option has a length of two
// @exception OutOfRange Thrown if the option has a length of four
}}}
Also (in the header for getUint32), there is no return type of uint14_t
:-)
'''Unit Tests'''[[BR]]
These failed with the messages:
{{{
IfaceMgr initialization.
Interface detection is not implemented yet. Reading interfaces.txt file
instead.
Please use format: interface-name link-local-address
Failed to read interfaces.txt file.
Interface detection failed.
IfaceMgr creation failed:std::exception
terminate called after throwing an instance of 'std::exception'
what(): std::exception
/bin/bash: line 5: 32161 Aborted ${dir}$tst
}}}
Should there be an "interfaces.txt" file in the repository.
--
Ticket URL: <http://bind10.isc.org/ticket/1239#comment:8>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list