Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
be65cfba
Commit
be65cfba
authored
Jul 22, 2013
by
Tomek Mrugalski
🛰
Browse files
[2994] Changes after review:
- missing header added - invalid reference to prefixes removed
parent
89d6be56
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/dhcp4_hooks.dox
View file @
be65cfba
...
...
@@ -78,8 +78,8 @@ packet processing. Hook points that are not specific to packet processing
- name: @b subnet4collection, type: const isc::dhcp::Subnet4Collection *, direction: <b>in</b>
- @b Description: this callout is executed when a subnet is being
selected for the incoming packet. All parameters
,
addresses
and
prefixes
will be assigned from that subnet. A callout can select a
selected for the incoming packet. All parameters
and
addresses
will be assigned from that subnet. A callout can select a
different subnet if it wishes so, the list of all subnets currently
configured being provided as 'subnet4collection'. The list itself must
not be modified.
...
...
src/lib/dhcpsrv/tests/alloc_engine_unittest.cc
View file @
be65cfba
...
...
@@ -35,6 +35,7 @@
#include <iostream>
#include <sstream>
#include <algorithm>
#include <set>
#include <time.h>
...
...
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