Project

General

Profile

Download (8.49 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
7ac5a4cb 09/14/2009 11:14 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

39fbee97 06/04/2009 11:42 AM Ermal Luçi

Fix lagg interfaces creation. Reported-by: http://forum.pfsense.org/index.php/topic,16734.0.html

d58d04c3 01/24/2009 01:04 AM Ermal Luçi

Allow to create VLANs on top of LAGG interfaces in the GUI.

85a5da13 10/23/2008 09:51 PM Ermal Luçi
  • Rename get_current_wan_address to get_interface_ip
  • Rename get_real_wan_interface to get_real_interface
  • Simplify get_interface_ip by using find_interface_ip which should help in speed to since its using caching. Pointed by billm@
  • Cleanup some code when passing or remove some unused one.
0605bbe3 09/20/2008 02:02 PM Ermal Luçi

Add text, from lagg(4) man page, that explains what the various protocols do. Add even a note to explain that only un-assigned interfaces can be part of a lagg(4) interface with suggestion from http://forum.pfsense.org/index.php/topic,11614.0.html.

69e5a8be 09/09/2008 11:08 AM Ermal Luçi

Rename interfaces_wan_configure to interface_configure now that it is used for all assigned interface configuration.

5efc5b6f 09/07/2008 07:39 PM Ermal Luçi

Try to reconfigure interfaces if assigned when edited. For gif and gre this does not make sense.

ae5b49b1 08/30/2008 07:46 PM Scott Ullrich

Dress page up with a CSS header like other pages use.

4318cee1 08/05/2008 10:43 PM Ermal Luçi

Do not show assigned interfaces on lagg config.

6c6a618a 07/25/2008 09:05 PM Ermal Luçi

Fixup lagg GUI.

94be2ccf 07/25/2008 08:35 PM Ermal Luçi

Implement frontend part for lagg(4).

NOTE: that lagg(4) and bridge(4) need both a status page.