mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
dhcp: syntax on previous
This commit is contained in:
parent
2c247d9787
commit
f18d0b0bf7
@ -310,9 +310,9 @@ function dhcpd_radvd_configure($verbose = false, $blacklist = array())
|
||||
|
||||
if (is_linklocal($ifcfgipv6)) {
|
||||
$radvdconf .= "\tAdvSourceLLAddress off;\n";
|
||||
$radvdconf .= "\tAdvRASrcAddress{\n";
|
||||
$radvdconf .= "\tAdvRASrcAddress {\n";
|
||||
$radvdconf .= "\t\t{$ifcfgipv6};\n";
|
||||
$radvdconf .= "\t}\n";
|
||||
$radvdconf .= "\t};\n";
|
||||
}
|
||||
|
||||
$stanzas = array();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user