mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
rc: small tweaks
This commit is contained in:
parent
af7aab3a78
commit
d3ddbf5f46
@ -3151,7 +3151,7 @@ function interface_dhcpv6_configure($interface = 'wan', $wancfg)
|
||||
} else {
|
||||
/* skip address request if this is set */
|
||||
if (!isset($wancfg['dhcp6prefixonly'])) {
|
||||
$dhcp6cconf .= " send ia-na 0; # request stateful address\n";
|
||||
$dhcp6cconf .= " send ia-na 0; # request stateful address\n";
|
||||
}
|
||||
if (is_numeric($wancfg['dhcp6-ia-pd-len'])) {
|
||||
$dhcp6cconf .= " send ia-pd 0; # request prefix delegation\n";
|
||||
|
||||
@ -36,5 +36,5 @@ require_once("system.inc");
|
||||
require_once("interfaces.inc");
|
||||
require_once("services.inc");
|
||||
|
||||
interfaces_configure();
|
||||
filter_configure_sync();
|
||||
interfaces_configure(true);
|
||||
filter_configure_sync(true);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user