dhcp: syntax on previous

This commit is contained in:
Franco Fichtner 2021-10-21 10:09:29 +02:00
parent 2c247d9787
commit f18d0b0bf7

View File

@ -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();