mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
Interfaces: Other Types: VLAN - Exclude POINTOPOINT interface types, closes https://github.com/opnsense/core/issues/5603
This commit is contained in:
parent
ad9b7b1f40
commit
20dbc6c6b1
@ -56,7 +56,7 @@ class VlanInterfaceField extends BaseListField
|
||||
strpos($ifname, "qinq") === 0 || strpos($ifname, "lo") === 0 || strpos($ifname, "enc") === 0 ||
|
||||
strpos($ifname, "pflog") === 0 || strpos($ifname, "pfsync") === 0 ||
|
||||
strpos($ifname, "bridge") === 0 ||
|
||||
strpos($ifname, "gre") === 0 || strpos($ifname, "gif") === 0 || strpos($ifname, "ipsec") === 0
|
||||
in_array('pointopoint', $details['flags'])
|
||||
) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user