mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Ooops correct copy/paste error
This commit is contained in:
parent
47ee6926ec
commit
802a40eb08
@ -4138,7 +4138,7 @@ function is_jumbo_capable($iface) {
|
||||
|
||||
$iface = trim($iface);
|
||||
$capable = pfSense_get_interface_addresses($iface);
|
||||
if (isset($capable['caps'][$CAPABILITIES]))
|
||||
if (isset($capable['caps']['vlanmtu']))
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user