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
426
Issues
426
List
Boards
Labels
Service Desk
Milestones
Merge Requests
66
Merge Requests
66
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
ISC Open Source Projects
Kea
Commits
8e4f5d8a
Commit
8e4f5d8a
authored
May 15, 2015
by
Marcin Siodelski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[3806] Removed fixme leftovers as no new log statements seemed necessary
parent
9ab2feb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
src/bin/dhcp4/dhcp4_srv.cc
src/bin/dhcp4/dhcp4_srv.cc
+0
-5
No files found.
src/bin/dhcp4/dhcp4_srv.cc
View file @
8e4f5d8a
...
...
@@ -381,12 +381,10 @@ Dhcpv4Srv::run() {
// select() function is called. If the function was called before
// receivePacket the process could wait up to the duration of timeout
// of select() to terminate.
// fixme
handleSignal
();
// Execute ready timers for the lease database, e.g. Lease File Cleanup.
try
{
// fixme
LeaseMgrFactory
::
instance
().
getIOService
()
->
poll
();
}
catch
(
const
std
::
exception
&
ex
)
{
...
...
@@ -407,7 +405,6 @@ Dhcpv4Srv::run() {
// available in the libdhcp, so we need to supply our own implementation
// of the option parsing function here, which would rely on the
// configuration data.
// fixme
query
->
setCallback
(
boost
::
bind
(
&
Dhcpv4Srv
::
unpackOptions
,
this
,
_1
,
_2
,
_3
));
...
...
@@ -467,12 +464,10 @@ Dhcpv4Srv::run() {
// Assign this packet to one or more classes if needed. We need to do
// this before calling accept(), because getSubnet4() may need client
// class information.
// fixme
classifyPacket
(
query
);
// Check whether the message should be further processed or discarded.
// There is no need to log anything here. This function logs by itself.
// fixme
if
(
!
accept
(
query
))
{
continue
;
}
...
...
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