summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_gre.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-03-16 23:48:03 +0000
committerErmal Luçi <eri@pfsense.org>2009-03-16 23:48:59 +0000
commit0ec2fdf0ad985ff390c6230f375e88cde5a4d61b (patch)
tree828de0128f6d57c5624b9ef954a3bf246d9a2537 /usr/local/www/interfaces_gre.php
parenta4d372d59794e64a220947a704b56fe1c5bd2e40 (diff)
downloadpfsense-0ec2fdf0ad985ff390c6230f375e88cde5a4d61b.zip
pfsense-0ec2fdf0ad985ff390c6230f375e88cde5a4d61b.tar.gz
* Introduce interface groups. For now they are availble only on Firewall:Rules section maybe it would be usable to have tham on nat too.
* Some fixes and cleanup.
Diffstat (limited to 'usr/local/www/interfaces_gre.php')
-rw-r--r--usr/local/www/interfaces_gre.php13
1 files changed, 7 insertions, 6 deletions
diff --git a/usr/local/www/interfaces_gre.php b/usr/local/www/interfaces_gre.php
index 51698ed..85540e5 100644
--- a/usr/local/www/interfaces_gre.php
+++ b/usr/local/www/interfaces_gre.php
@@ -84,12 +84,13 @@ include("head.inc");
<?php
$tab_array = array();
$tab_array[0] = array("Interface assignments", false, "interfaces_assign.php");
- $tab_array[1] = array("VLANs", false, "interfaces_vlan.php");
- $tab_array[2] = array("PPP", false, "interfaces_ppp.php");
- $tab_array[3] = array("GRE", true, "interfaces_gre.php");
- $tab_array[4] = array("GIF", false, "interfaces_gif.php");
- $tab_array[5] = array("Bridges", false, "interfaces_bridge.php");
- $tab_array[6] = array("LAGG", false, "interfaces_lagg.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");
display_top_tabs($tab_array);
?>
</td></tr>
OpenPOWER on IntegriCloud