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
92e4a510
Commit
92e4a510
authored
Feb 27, 2014
by
Tomek Mrugalski
🛰
Browse files
[master] Merge branch 'trac3353' (fix in eRouter1.0 class processing)
Conflicts: ChangeLog
parents
b78dc553
23c22e9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
92e4a510
765. [bug] tomek
b10-dhcp4: Fixed a minor bug in eRouter1.0 class processing. The server
no longer sets giaddr field.
(Trac #3353, git 23c22e9b1141c699f361d45c309e737dfecf6f3f)
764. [bug] tomek
b10-dhcp4: Fixed a bug caused client classification to not work
properly.
...
...
src/bin/dhcp4/dhcp4_srv.cc
View file @
92e4a510
...
...
@@ -1867,7 +1867,7 @@ bool Dhcpv4Srv::classSpecificProcessing(const Pkt4Ptr& query, const Pkt4Ptr& rsp
}
}
if
(
query
->
inClass
(
DOCSIS3_CLASS_EROUTER
))
{
if
(
query
->
inClass
(
VENDOR_CLASS_PREFIX
+
DOCSIS3_CLASS_EROUTER
))
{
// Do not set TFTP server address for eRouter devices.
rsp
->
setSiaddr
(
IOAddress
(
"0.0.0.0"
));
...
...
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