mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix typo in function name: insterface_is_qinq -> interface_is_qinq
This commit is contained in:
parent
b0b70737ba
commit
c48651648c
@ -1562,7 +1562,8 @@ function get_interface_list($mode = "active", $keyby = "physical", $vfaces = "")
|
||||
$ifname = rtrim(trim($alink[0]), '*');
|
||||
/* trim out all numbers before checking for vfaces */
|
||||
if (!in_array(array_shift(preg_split('/\d/', $ifname)), $vfaces) &&
|
||||
interface_is_vlan($ifname) == NULL && insterface_is_qinq($ifname) == NULL &&
|
||||
interface_is_vlan($ifname) == NULL &&
|
||||
interface_is_qinq($ifname) == NULL &&
|
||||
!stristr($ifname, "_wlan")) {
|
||||
$toput = array(
|
||||
"mac" => trim($alink[1]),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user