mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
fix syntax on prefix6 for DHCPv6 PD
This commit is contained in:
parent
c5cd9b7503
commit
978b8f508b
@ -1188,7 +1188,7 @@ $dnscfgv6
|
||||
EOD;
|
||||
|
||||
if (is_ipaddrv6($dhcpv6ifconf['prefixrange']['from']) && is_ipaddrv6($dhcpv6ifconf['prefixrange']['to'])) {
|
||||
$dhcpdv6conf .= " prefix6 {$dhcpv6ifconf['prefixrange']['from']} {$dhcpv6ifconf['prefixrange']['to']}/{$dhcpv6ifconf['prefixrange']['prefixlength']};\n";
|
||||
$dhcpdv6conf .= " prefix6 {$dhcpv6ifconf['prefixrange']['from']} {$dhcpv6ifconf['prefixrange']['to']} /{$dhcpv6ifconf['prefixrange']['prefixlength']};\n";
|
||||
}
|
||||
if (is_ipaddrv6($dhcpv6ifconf['dns6ip'])) {
|
||||
$dhcpdv6conf .= " option dhcp6.name-servers {$dhcpv6ifconf['dns6ip']};\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user