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
ISC Open Source Projects
Kea
Commits
2e97887e
Commit
2e97887e
authored
Dec 10, 2019
by
Francis Dupont
Browse files
[
#898
] Removed DHCP class
parent
9e2efc3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/hooks/dhcp/bootp/tests/bootp_unittests.cc
View file @
2e97887e
...
...
@@ -90,12 +90,6 @@ public:
}
else
{
EXPECT_EQ
(
type
,
pkt
->
getType
());
}
if
(
dhcp
)
{
/// EXPECT_TRUE(pkt->inClass("DHCP"));
}
else
{
EXPECT_FALSE
(
pkt
->
inClass
(
"DHCP"
));
}
}
/// @brief Callout manager accessed by this CalloutHandle.
...
...
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