Actions
Bug #8534
closedInvalid DHCP options can be added
Start date:
05/23/2018
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
All
Description
Had a user who wanted to temporarily "disable" a DHCP option so he set it to zero. This corrupted the DHCP response. Users should not be able to add values other than 1-254 as the option number.
Updated by Michael Newton over 6 years ago
Updated by Jim Pingle over 6 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
- Affected Architecture All added
- Affected Architecture deleted (
)
PR has been merged
Updated by James Snell over 6 years ago
Tested 2.4.4.a.20180702.2123
Services -> DHCP Server -> Additional BOOTP/DHCP Options
Set DHCP option 84 which is listed as 'removed'.
All Integer Types (8,16,32) allow 0 as a value.
There's no way to delete the set option, will check for/raise a ticket on that.
Updated by Jim Pingle over 6 years ago
- Status changed from Feedback to Resolved
The values can be 0, but this was about the option number, not the value.
The option number is now restricted to 1-254.
Actions