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
Sebastian Schrader
Kea
Commits
16b7fb6d
Commit
16b7fb6d
authored
Oct 28, 2014
by
Francis Dupont
Browse files
fix trivial bug
parent
ea1f80a1
Changes
1
Show whitespace changes
Inline
Side-by-side
src/lib/dhcp/pkt.cc
View file @
16b7fb6d
...
...
@@ -185,7 +185,7 @@ Pkt::getMACFromIPv6(const isc::asiolink::IOAddress& addr) {
// Check that u bit is set and g is clear. See Section 2.5.1 of RFC2373
// for details.
(
(
bin
[
0
]
&
3
)
!=
2
)
||
((
bin
[
8
]
&
3
)
!=
2
)
||
// And that the IID is of EUI-64 type.
(
bin
[
11
]
!=
0xff
)
||
(
bin
[
12
]
!=
0xfe
))
{
...
...
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