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
ISC Open Source Projects
Kea
Commits
5482fb74
Commit
5482fb74
authored
Jun 26, 2013
by
Tomek Mrugalski
🛰
Browse files
[2995] Default hook indexes are now -1
parent
328ab84c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp6/dhcp6_srv.cc
View file @
5482fb74
...
@@ -71,8 +71,8 @@ namespace dhcp {
...
@@ -71,8 +71,8 @@ namespace dhcp {
static
const
char
*
SERVER_DUID_FILE
=
"b10-dhcp6-serverid"
;
static
const
char
*
SERVER_DUID_FILE
=
"b10-dhcp6-serverid"
;
Dhcpv6Srv
::
Dhcpv6Srv
(
uint16_t
port
)
Dhcpv6Srv
::
Dhcpv6Srv
(
uint16_t
port
)
:
alloc_engine_
(),
serverid_
(),
shutdown_
(
true
),
hook_index_pkt6_receive_
(
1
00
),
:
alloc_engine_
(),
serverid_
(),
shutdown_
(
true
),
hook_index_pkt6_receive_
(
-
1
),
hook_index_subnet6_select_
(
10
1
),
hook_index_pkt6_send_
(
1
02
)
hook_index_subnet6_select_
(
-
1
),
hook_index_pkt6_send_
(
-
1
)
{
{
LOG_DEBUG
(
dhcp6_logger
,
DBG_DHCP6_START
,
DHCP6_OPEN_SOCKET
).
arg
(
port
);
LOG_DEBUG
(
dhcp6_logger
,
DBG_DHCP6_START
,
DHCP6_OPEN_SOCKET
).
arg
(
port
);
...
...
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