mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
interfaces: style fix
This commit is contained in:
parent
f3669a58d7
commit
dc2e214cc9
@ -957,7 +957,7 @@ function interface_ppps_bound($interface, $family = null)
|
||||
if ($family == 4) {
|
||||
/* use this to steer configuration based on newwanip event */
|
||||
$bound = $ipv4_mode;
|
||||
} else if ($family == 6) {
|
||||
} elseif ($family == 6) {
|
||||
/* use this to steer configuration based on newwanipv6 event */
|
||||
$bound = !$ipv4_mode && $ipv6_mode;
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user