Update services.inc

Turn on AdvManagedFlag and AdvOtherConfigFlag for both 'managed' and 'assist' ramodes.
This commit is contained in:
plinss 2013-06-24 22:58:45 -06:00 committed by Renato Botelho
parent 51b262421b
commit ae7372475b

View File

@ -128,9 +128,8 @@ function services_radvd_configure() {
}
switch($dhcpv6ifconf['ramode']) {
case "managed":
$radvdconf .= "\tAdvManagedFlag on;\n";
break;
case "assist":
$radvdconf .= "\tAdvManagedFlag on;\n";
$radvdconf .= "\tAdvOtherConfigFlag on;\n";
break;
}