Ooops correct copy/paste error

This commit is contained in:
Ermal 2011-12-28 17:37:19 +00:00
parent 47ee6926ec
commit 802a40eb08

View File

@ -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;