Project

General

Profile

« Previous | Next » 

Revision 0ec2fdf0

Added by Ermal Luçi over 16 years ago

  • 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.

View differences:

usr/local/www/interfaces_vlan.php
85 85
<?php
86 86
	$tab_array = array();
87 87
	$tab_array[0] = array("Interface assignments", false, "interfaces_assign.php");
88
	$tab_array[1] = array("VLANs", true, "interfaces_vlan.php");
89
	$tab_array[2] = array("PPP", false, "interfaces_ppp.php");
90
        $tab_array[3] = array("GRE", false, "interfaces_gre.php");
91
        $tab_array[4] = array("GIF", false, "interfaces_gif.php");
92
	$tab_array[5] = array("Bridges", false, "interfaces_bridge.php");
93
	$tab_array[6] = array("LAGG", false, "interfaces_lagg.php");
88
	$tab_array[1] = array("Interface Groups", false, "interfaces_groups.php");
89
	$tab_array[2] = array("VLANs", true, "interfaces_vlan.php");
90
	$tab_array[3] = array("PPP", false, "interfaces_ppp.php");
91
        $tab_array[4] = array("GRE", false, "interfaces_gre.php");
92
        $tab_array[5] = array("GIF", false, "interfaces_gif.php");
93
	$tab_array[6] = array("Bridges", false, "interfaces_bridge.php");
94
	$tab_array[7] = array("LAGG", false, "interfaces_lagg.php");
94 95
	display_top_tabs($tab_array);
95 96
?>
96 97
  </td></tr>

Also available in: Unified diff