Revision 6c582308
Added by Seth Mos about 13 years ago
etc/inc/services.inc | ||
---|---|---|
154 | 154 |
if(count($dnslist) > 0) { |
155 | 155 |
$dnsstring = implode(" ", $dnslist); |
156 | 156 |
if($dnsstring <> "") |
157 |
$radvdconf .= "\tRDNSS {$dnsstring} { }\n"; |
|
157 |
$radvdconf .= "\tRDNSS {$dnsstring} { };\n";
|
|
158 | 158 |
} |
159 | 159 |
if($dhcpv6ifconf['domain'] <> "") { |
160 |
$radvdconf .= "\tDNSSL {$dhcpv6ifconf['domain']} { }\n"; |
|
160 |
$radvdconf .= "\tDNSSL {$dhcpv6ifconf['domain']} { };\n";
|
|
161 | 161 |
} elseif ($config['system']['domain'] <> "") { |
162 |
$radvdconf .= "\tDNSSL {$config['system']['domain']} { }\n"; |
|
162 |
$radvdconf .= "\tDNSSL {$config['system']['domain']} { };\n";
|
|
163 | 163 |
} |
164 | 164 |
$radvdconf .= "};\n"; |
165 | 165 |
$radvdnum++; |
Also available in: Unified diff
Make sure to add a semicolon to indicate end of line syntax