Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Sebastian Schrader
Kea
Commits
4394b304
Commit
4394b304
authored
Dec 20, 2016
by
Tomek Mrugalski
🛰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[5017] Addressed two minor comments:
- removed "Linux" from advanced.json - corrected one typo
parent
a86b2f8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/examples/kea4/advanced.json
doc/examples/kea4/advanced.json
+1
-1
src/bin/dhcp4/tests/parser_unittest.cc
src/bin/dhcp4/tests/parser_unittest.cc
+1
-1
No files found.
doc/examples/kea4/advanced.json
View file @
4394b304
...
...
@@ -27,7 +27,7 @@
//
of
receiving
all
traffic
every
time
and
a
downside
of
bypassing
//
all
firewall
rules
and
having
marginally
bigger
performance
impact.
//
'udp'
is
generally
better
if
you
have
only
relayed
traffic.
Kea
//
than
opens
up
normal
UDP
socket
and
Linux
kernel
does
all
the
//
than
opens
up
normal
UDP
socket
and
the
kernel
does
all
the
//
Ethernet/IP
stack
processing.
"dhcp-socket-type"
:
"udp"
},
...
...
src/bin/dhcp4/tests/parser_unittest.cc
View file @
4394b304
...
...
@@ -591,7 +591,7 @@ TEST(ParserTest, unicodeEscapes) {
}
}
// This test checks that all represenations of a slash is recognized properly.
// This test checks that all represen
t
ations of a slash is recognized properly.
TEST
(
ParserTest
,
unicodeSlash
)
{
// check the 4 possible encodings of solidus '/'
ConstElementPtr
result
;
...
...
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