BIND 10 #2559: Obtain DHCP lease database parameters from configuration database
BIND 10 Development
do-not-reply at isc.org
Fri Jan 18 15:43:50 UTC 2013
#2559: Obtain DHCP lease database parameters from configuration database
-------------------------------------+-------------------------------------
Reporter: stephen | Owner:
Type: defect | stephen
Priority: medium | Status:
Component: dhcpdb | reviewing
Keywords: | Milestone:
Sensitive: 0 | Sprint-DHCP-20130122
Sub-Project: DHCP | Resolution:
Estimated Difficulty: 0 | CVSS Scoring:
Total Hours: 0 | Defect Severity: N/A
| Feature Depending on Ticket:
| Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
Changes (by marcin):
* owner: marcin => stephen
Comment:
'''src/lib/dhcpsrv/tests/dbaccess_parser_unittest.cc'''
Changing the scope of protected functions could be simplified (the
redeclaration of functions could be avoided):
{{{
const StringPairMap& getDbAccessParameters() const {
return (DbAccessParser::getDbAccessParameters());
}
std::string getDbAccessString() const {
return (DbAccessParser::getDbAccessString());
}
}}}
can be replaced with
{{{
using DbAccessParser::getDbAccessParameters;
using DbAccessParser::getDbAccessString;
}}}
The !ChangeLog entry should be created for this ticket as it is the
feature that can be used on user-end.
--
Ticket URL: <http://bind10.isc.org/ticket/2559#comment:8>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list