BIND 10 #1310: auth NSEC support: Handle WILDCARD_NXRRSET case
BIND 10 Development
do-not-reply at isc.org
Thu Nov 24 16:03:28 UTC 2011
#1310: auth NSEC support: Handle WILDCARD_NXRRSET case
-------------------------------------+-------------------------------------
Reporter: | Owner: kevin_tes
jinmei | Status: reviewing
Type: task | Milestone:
Priority: major | Sprint-20111206
Component: | Resolution:
b10-auth | Sensitive: 0
Keywords: | Sub-Project: DNS
Defect Severity: N/A | Estimated Difficulty: 3
Feature Depending on Ticket: | Total Hours: 0
Add Hours to Ticket: |
Internal?: 0 |
-------------------------------------+-------------------------------------
Changes (by stephen):
* owner: stephen => kevin_tes
Comment:
>> '''src/bin/auth/query.cc'''[[BR]]
>> Indentation of addWildcardNxrrsetProof() uses tabs - it should use
spaces.[[BR]]
The problem is there are tab characters in the file - each of these needs
to be replaced with four spaces.
> I set my vim editor that a tabs equals four spaces,is it ok? Otherwise i
'll change it.
As well as "set tabstop=4", you also need to add "set expandtab" to your
.vimrc file to get the tab key to insert up to four spaces in the file
instead of a tab character.
'''src/bin/auth/query.h'''[[BR]]
Tab characters in the file.
'''src/bin/auth/query.cc'''[[BR]]
Tab characters in the file.
The comment in the new text (wildcardNxrrsetWithNEC) is the same as the
comment in the test above it - what are the different conditions that the
tests are testing?
--
Ticket URL: <http://bind10.isc.org/ticket/1310#comment:17>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list