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
Adam Osuchowski
Kea
Commits
5a9c54ad
Commit
5a9c54ad
authored
Mar 05, 2015
by
Tomek Mrugalski
🛰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[3705] Compilation fix in pkt6_unittest.cc
parent
20f8fca7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
src/lib/dhcp/tests/pkt6_unittest.cc
src/lib/dhcp/tests/pkt6_unittest.cc
+1
-6
No files found.
src/lib/dhcp/tests/pkt6_unittest.cc
View file @
5a9c54ad
...
...
@@ -1308,13 +1308,8 @@ TEST_F(Pkt6Test, rsoo) {
ASSERT_EQ
(
2
,
msg
->
relay_info_
.
size
());
OptionPtr
opt
;
Pkt6
::
RelayInfo
&
relay1
=
msg
->
relay_info_
[
0
];
Pkt6
::
RelayInfo
&
relay2
=
msg
->
relay_info_
[
1
];
// There should be an RSOO option in the outermost relay
opt
=
msg
->
getRelayOption
(
D6O_RSOO
,
1
);
OptionPtr
opt
=
msg
->
getRelayOption
(
D6O_RSOO
,
1
);
ASSERT_TRUE
(
opt
);
EXPECT_EQ
(
D6O_RSOO
,
opt
->
getType
());
...
...
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