mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
services.inc code style
from recently-added code
This commit is contained in:
parent
138e4140b7
commit
6a461f45d9
@ -207,11 +207,11 @@ function services_radvd_configure($blacklist = array()) {
|
||||
break;
|
||||
}
|
||||
|
||||
if(is_numericint($dhcpv6ifconf['ravalidlifetime'])) {
|
||||
if (is_numericint($dhcpv6ifconf['ravalidlifetime'])) {
|
||||
$radvdconf .= "\t\tAdvValidLifetime {$dhcpv6ifconf['ravalidlifetime']};\n";
|
||||
}
|
||||
|
||||
if(is_numericint($dhcpv6ifconf['rapreferredlifetime'])) {
|
||||
if (is_numericint($dhcpv6ifconf['rapreferredlifetime'])) {
|
||||
$radvdconf .= "\t\tAdvPreferredLifetime {$dhcpv6ifconf['rapreferredlifetime']};\n";
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user