Project

General

Profile

« Previous | Next » 

Revision 0ec2fdf0

Added by Ermal Luçi about 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_gif.php
84 84
<?php
85 85
	$tab_array = array();
86 86
	$tab_array[0] = array("Interface assignments", false, "interfaces_assign.php");
87
	$tab_array[1] = array("VLANs", false, "interfaces_vlan.php");
88
	$tab_array[2] = array("PPP", false, "interfaces_ppp.php");
89
	$tab_array[3] = array("GRE", false, "interfaces_gre.php");
90
	$tab_array[4] = array("GIF", true, "interfaces_gif.php");
91
	$tab_array[5] = array("Bridges", false, "interfaces_bridge.php");
92
	$tab_array[6] = array("LAGG", false, "interfaces_lagg.php");
87
	$tab_array[1] = array("Interface Groups", false, "interfaces_groups.php");
88
	$tab_array[2] = array("VLANs", false, "interfaces_vlan.php");
89
	$tab_array[3] = array("PPP", false, "interfaces_ppp.php");
90
	$tab_array[4] = array("GRE", false, "interfaces_gre.php");
91
	$tab_array[5] = array("GIF", true, "interfaces_gif.php");
92
	$tab_array[6] = array("Bridges", false, "interfaces_bridge.php");
93
	$tab_array[7] = array("LAGG", false, "interfaces_lagg.php");
93 94
	display_top_tabs($tab_array);
94 95
?>
95 96
  </td></tr>

Also available in: Unified diff