From bc0caea706f819c02ccf842c647e0e878f02de01 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Thu, 15 Sep 2005 04:55:49 +0000 Subject: Only display interfaces that are jumbo frame capable --- usr/local/www/interfaces_vlan_edit.php | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'usr/local/www/interfaces_vlan_edit.php') diff --git a/usr/local/www/interfaces_vlan_edit.php b/usr/local/www/interfaces_vlan_edit.php index 665a933..83f0f12 100755 --- a/usr/local/www/interfaces_vlan_edit.php +++ b/usr/local/www/interfaces_vlan_edit.php @@ -111,12 +111,19 @@ include("head.inc"); + foreach ($portlist as $ifn => $ifinfo) + if (is_jumbo_capable($ifn)) { + echo ""; + } + ?> + +
+ Only VLAN capable interfaces will be shown. VLAN tag -- cgit v1.1