mirror of
https://github.com/opnsense/core.git
synced 2026-05-28 04:34:51 -04:00
interfaces: move this inside the actual block
Nothing to sort in the else case.
This commit is contained in:
parent
8edd6eef67
commit
fd7401ab44
1 changed files with 2 additions and 2 deletions
|
|
@ -3019,9 +3019,9 @@ function DHCP6_Config_File_Basic($interface, $wancfg, $wanif, $default_id)
|
|||
/* for backwards compatibility always emit a default PD request */
|
||||
$assoc_pd[$default_id] = '';
|
||||
}
|
||||
}
|
||||
|
||||
ksort($assoc_pd, SORT_NUMERIC);
|
||||
ksort($assoc_pd, SORT_NUMERIC);
|
||||
}
|
||||
|
||||
$dhcp6cconf .= "interface {$wanif} {\n";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue