From dc2e214cc9ed4ca0d4059939be194bf6ae07cc90 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 12 Aug 2024 08:22:09 +0200 Subject: [PATCH] interfaces: style fix --- src/etc/inc/interfaces.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/interfaces.inc b/src/etc/inc/interfaces.inc index 566ceb50c..e98e87886 100644 --- a/src/etc/inc/interfaces.inc +++ b/src/etc/inc/interfaces.inc @@ -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 {