Actions
Feature #13422
closedAdd a 'type' field to the DHCPv6 server Additional BOOTP/DHCP Options
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
DHCP (IPv6)
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Default
Description
In the IPv4 DHCP server the Additional BOOTP/DHCP Options allow setting the option type. Currently the DHCPv6 server can only create options of type 'text'.
All options added there appear in the dhcpv6.conf file as:
option custom-opt1-0 code 69 = text; ... option custom-opt1-0 "test";
Add the type field to the DHCPv6 server as it is for the IPv4 server to allow other types to be added.
Related issues
Actions