mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Test for jumbo frames correctly (VLAN)
This commit is contained in:
parent
e7aa75604f
commit
52ea4f45fc
@ -1204,8 +1204,7 @@ EOD;
|
||||
} else {
|
||||
$vlan_capable=0;
|
||||
foreach ($iflist as $iface => $ifa) {
|
||||
if (array_key_exists($vlan['if'], $iflist) or
|
||||
is_jumbo_capable($vlan['if'])) {
|
||||
if (is_jumbo_capable($ifa)) {
|
||||
echo sprintf("% -8s%s%s\n", $iface, $ifa['mac'],
|
||||
$ifa['up'] ? " (up)" : "");
|
||||
$vlan_capable++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user