Project

General

Profile

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

# Date Author Comment
6b1f9a99 11/15/2013 09:30 PM Renato Botelho

Many fixes on privileges, ticket #3216:

- Remove unused privilege page-diagnostics-logs-wireless
- Remove duplicated privileges
- Fix limiter-info, pf-info and system-pftop that were using wrong name
- Add privs for services-igmpproxy-edit
- Fix ID for acptiveportal allowedhostnames and editallowedhostnames...

e2967ba6 08/02/2013 02:57 AM Chris Buechler

fix text - s/occured/occurred/

4787b359 04/16/2013 01:13 PM Colin Fleming

Tidy up "interfaces_lagg_edit.php" XHTML

Update HTML Boolean operators
Place the class statement from the SPAN into the UL tag and remove the
SPAN tag
Close INPUT and BR tags

cdad45cd 02/05/2013 11:46 AM Cyrill B

Fix valid interface check on interfaces_lagg_edit.php

0e22dda5 01/24/2013 09:57 AM Ermal LUÇI

Put some more sanity checking for various interface configurations

f5e81794 01/22/2013 06:43 PM Renato Botelho

Fix indent and whitespace issues

b32dd0a6 08/10/2012 05:32 PM Jim Pingle

Activate new shortcuts/status in the rest of the areas that are currently setup.

4f4e85df 03/03/2011 04:30 PM Ermal LUÇI

Make sure we tell the code that the interface exists otherwise multiple laggs might get created.

baca83aa 03/02/2011 04:51 AM Marcus Brown

Fix page title text. Replace "Firewall" with "Interfaces" in title.

d1f48a88 12/20/2010 10:24 PM Ermal LUÇI

Show on the interface list present members of the lagg.

1634524d 12/08/2010 09:51 PM Erik Fonnesbeck

Fix field descriptions on input validation for LAGG edit.

0a1eabbe 11/30/2010 03:15 PM Ermal LUÇI

Resolves #947. Blacklist interfaces to show as possible lagg members if they are present in a lagg already.

dd5bf424 11/12/2010 04:36 PM Scott Ullrich

Fix XSS issues

225a2f0b 11/12/2010 04:03 PM Scott Ullrich

Bring in XSS id fixes from m0n0wall

3c692174 10/12/2010 09:44 PM Ermal LUÇI

Resolves #947. Blacklist lagg interfaces from the list of possible lagg members.

f6a2c6ab 07/21/2010 06:03 PM Carlos Eduardo Ramos

Corrections gettext implementation on interfaces_lagg_edit.php

4cc39547 07/10/2010 04:31 PM Vinicius Coque

Fix gettext on interfaces_lagg_edit.php

f28e93d2 07/01/2010 11:49 PM Carlos Eduardo Ramos

Implement gettext() calls on interfaces_lagg_edit.php

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.