Actions
Bug #2317
closedDHCPv6 static mapping
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
DHCP (IPv4)
Target version:
-
Start date:
03/27/2012
Due date:
% Done:
0%
Estimated time:
0.00 h
Plus Target Version:
Release Notes:
Affected Version:
2.1
Affected Architecture:
Description
Get error when I try to Apply Changes on page Services: DHCPv6 server, after adding static mapping
Warning: inet_pton(): Unrecognized address in /usr/local/www/services_dhcpv6.php on line 263
On line 263 are in need of change, from 'ipaddr' to 'ipaddrv6' solved the problem and static mappings are working correct now.
The code should be changed from :
(inet_pton($map['ipaddr']) < $dynsubnet_end)) {
to :
(inet_pton($map['ipaddrv6']) < $dynsubnet_end)) {
Actions