diff options
author | Ermal Luçi <eri@pfsense.org> | 2009-03-28 09:06:31 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2009-03-28 09:08:31 +0000 |
commit | 5f1e1d2617c211ac680a6f56a202d504cdcb6991 (patch) | |
tree | e9fbbd60808b8085e85f2ebcb5128ae7fba8ba35 /usr/local/www/interfaces_gre.php | |
parent | fa60d6f768958df2279cc4ebbf2210ae419dddcd (diff) | |
download | pfsense-5f1e1d2617c211ac680a6f56a202d504cdcb6991.zip pfsense-5f1e1d2617c211ac680a6f56a202d504cdcb6991.tar.gz |
Bring in support for QinQ. At this time it is limited to only 2 levels.
Diffstat (limited to 'usr/local/www/interfaces_gre.php')
-rw-r--r-- | usr/local/www/interfaces_gre.php | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/usr/local/www/interfaces_gre.php b/usr/local/www/interfaces_gre.php index 85540e5..79a43e2 100644 --- a/usr/local/www/interfaces_gre.php +++ b/usr/local/www/interfaces_gre.php @@ -86,11 +86,12 @@ include("head.inc"); $tab_array[0] = array("Interface assignments", false, "interfaces_assign.php"); $tab_array[1] = array("Interface Groups", false, "interfaces_groups.php"); $tab_array[2] = array("VLANs", false, "interfaces_vlan.php"); - $tab_array[3] = array("PPP", false, "interfaces_ppp.php"); - $tab_array[4] = array("GRE", true, "interfaces_gre.php"); - $tab_array[5] = array("GIF", false, "interfaces_gif.php"); - $tab_array[6] = array("Bridges", false, "interfaces_bridge.php"); - $tab_array[7] = array("LAGG", false, "interfaces_lagg.php"); + $tab_array[3] = array("QinQs", false, "interfaces_qinq.php"); + $tab_array[4] = array("PPP", false, "interfaces_ppp.php"); + $tab_array[5] = array("GRE", true, "interfaces_gre.php"); + $tab_array[6] = array("GIF", false, "interfaces_gif.php"); + $tab_array[7] = array("Bridges", false, "interfaces_bridge.php"); + $tab_array[8] = array("LAGG", false, "interfaces_lagg.php"); display_top_tabs($tab_array); ?> </td></tr> |