Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
96a612f4
Commit
96a612f4
authored
Dec 10, 2015
by
Marcin Siodelski
Browse files
[4106] Fixed a typo.
parent
05616834
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/tests/dhcp4o6_ipc_unittest.cc
View file @
96a612f4
...
...
@@ -288,7 +288,7 @@ Dhcp4o6IpcBaseTest::testSendReceive(const uint16_t iterations_num,
// Check that the interface is correct.
EXPECT_EQ
(
concatenate
(
"eth"
,
i
%
2
),
pkt_received
->
getIface
());
// Check t
a
ht the address conveyed is correct.
// Check th
a
t the address conveyed is correct.
EXPECT_EQ
(
concatenate
(
"2001:db8:1::"
,
i
),
pkt_received
->
getRemoteAddr
().
toText
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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