Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
17832da8
Commit
17832da8
authored
Feb 16, 2011
by
JINMEI Tatuya
Browse files
[trac117] added a short note about the NSEC3BASE class
parent
cf0dac64
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/rdata/generic/nsec3_50.cc
View file @
17832da8
...
...
@@ -92,7 +92,7 @@ NSEC3::NSEC3(const string& nsec3_str) :
}
vector
<
uint8_t
>
salt
;
if
(
salthex
!=
"-"
)
{
// "-" means a
n
0-length salt
if
(
salthex
!=
"-"
)
{
// "-" means a 0-length salt
decodeHex
(
salthex
,
salt
);
}
if
(
salt
.
size
()
>
255
)
{
...
...
src/lib/dns/tests/testdata/gen-wiredata.py.in
View file @
17832da8
...
...
@@ -278,6 +278,9 @@ class TXT:
wirestring_list[i]))
class NSECBASE:
'''Implements rendering NSEC/NSEC3 type bitmaps commonly used for
these RRs. The NSEC and NSEC3 classes will be inherited from this
class.'''
nbitmap = 1 # number of bitmaps
block = 0
maplen = None # default bitmap length, auto-calculate
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment