mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Request PD even if no interfaces are set to track6 (Bug #4544)
See https://redmine.pfsense.org/issues/4544#note-4
(cherry picked from commit b0837cebf9)
This commit is contained in:
parent
2684f8d536
commit
8740bd5ed4
@ -3965,7 +3965,7 @@ function interface_dhcpv6_configure($interface = "wan", $wancfg) {
|
||||
if (!isset($wancfg['dhcp6prefixonly'])) {
|
||||
$dhcp6cconf .= "\tsend ia-na 0;\t# request stateful address\n";
|
||||
}
|
||||
if (is_numeric($wancfg['dhcp6-ia-pd-len']) && !empty($trackiflist)) {
|
||||
if (is_numeric($wancfg['dhcp6-ia-pd-len'])) {
|
||||
$dhcp6cconf .= "\tsend ia-pd 0;\t# request prefix delegation\n";
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user