Skip to content
GitLab
Menu
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
5cc52d05
Commit
5cc52d05
authored
Jan 14, 2015
by
Marcin Siodelski
Browse files
[3547] Trivial fix in the pkt_filter_lpf.
parent
71390391
Changes
1
Show whitespace changes
Inline
Side-by-side
src/lib/dhcp/pkt_filter_lpf.cc
View file @
5cc52d05
...
...
@@ -149,7 +149,7 @@ PktFilterLPF::openSocket(Iface& iface,
// Configure the filter program to receive unicast packets sent to the
// specified address. The program will also allow packets sent to the
// 255.255.255.255 broadcast address.
prog
.
bf_insns
[
8
].
k
=
static_cast
<
uint32_t
>
(
addr
);
dhcp_sock_filter
[
8
].
k
=
static_cast
<
uint32_t
>
(
addr
);
// Override the default port value.
dhcp_sock_filter
[
11
].
k
=
port
;
...
...
Write
Preview
Supports
Markdown
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