mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
dhcp: deprecate prefixes in radvd, new try on 2.19
This commit is contained in:
parent
10dc80f54f
commit
9ef6ff335f
@ -497,9 +497,8 @@ function dhcpd_radvd_configure($verbose = false, $blacklist = array())
|
||||
if ($autotype == 'slaac') {
|
||||
/* XXX also of interest in the future, see hardcoded prefix above */
|
||||
$radvdconf .= "\t\tBase6Interface $realtrackif;\n";
|
||||
$radvdconf .= "\t\tDeprecatePrefix on;\n";
|
||||
}
|
||||
/* XXX DeprecatePrefix on crashes radvd on 12.1 */
|
||||
$radvdconf .= "\t\tDeprecatePrefix on;\n";
|
||||
$radvdconf .= "\t\tAdvOnLink on;\n";
|
||||
$radvdconf .= "\t\tAdvAutonomous on;\n";
|
||||
$radvdconf .= "\t};\n";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user