summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-12-28 17:37:19 +0000
committerErmal <eri@pfsense.org>2011-12-28 17:37:19 +0000
commitaad163a9338995609363cdac0e97c606eeb58e9c (patch)
tree48c19b95d5ff7ce9932719cde7107ecef13db270 /etc/inc/interfaces.inc
parent121dc11eac00c2244547bf942f3e4416c8b6cf3b (diff)
downloadpfsense-aad163a9338995609363cdac0e97c606eeb58e9c.zip
pfsense-aad163a9338995609363cdac0e97c606eeb58e9c.tar.gz
Ooops correct copy/paste error
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 1740954..0030ea7 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -3733,7 +3733,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;
OpenPOWER on IntegriCloud