mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
fix typo in ipv6
This commit is contained in:
parent
9346e89861
commit
58ae9954c6
@ -1213,7 +1213,7 @@ EOD;
|
||||
|
||||
// Handle option, number rowhelper values
|
||||
$dhcpdv6conf .= "\n";
|
||||
if ($dhcpv6ifconf['numberoptions']['item']) {
|
||||
if (isset($dhcpv6ifconf['numberoptions']['item'])) {
|
||||
foreach($dhcpv6ifconf['numberoptions']['item'] as $itemv6idx => $itemv6) {
|
||||
$dhcpdv6conf .= " option custom-{$dhcpv6if}-{$itemv6idx} \"{$itemv6['value']}\";\n";
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user