summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_lagg_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Make sure we tell the code that the interface exists otherwise multiple ↵Ermal2011-03-031-0/+2
| | | | laggs might get created.
* Fix page title text. Replace "Firewall" with "Interfaces" in title.gnhb2011-03-021-1/+1
|
* Show on the interface list present members of the lagg.Ermal2010-12-201-0/+3
|
* Fix field descriptions on input validation for LAGG edit.Erik Fonnesbeck2010-12-081-1/+1
|
* Resolves #947. Blacklist interfaces to show as possible lagg members if they ↵Ermal2010-11-301-2/+6
| | | | are present in a lagg already.
* Fix XSS issuesScott Ullrich2010-11-121-1/+1
|
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* Resolves #947. Blacklist lagg interfaces from the list of possible lagg members.Ermal2010-10-121-1/+1
|
* Corrections gettext implementation on interfaces_lagg_edit.phpCarlos Eduardo Ramos2010-07-211-1/+1
|
* Fix gettext on interfaces_lagg_edit.phpVinicius Coque2010-07-101-1/+1
|
* Implement gettext() calls on interfaces_lagg_edit.phpCarlos Eduardo Ramos2010-07-011-41/+41
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+10
| | | | include 2009 on files that I have asserted (C) on
* Fix lagg interfaces creation. Reported-by: ↵Ermal Luçi2009-06-041-0/+1
| | | | http://forum.pfsense.org/index.php/topic,16734.0.html
* Allow to create VLANs on top of LAGG interfaces in the GUI.Ermal Luci2009-01-241-0/+6
|
* * Rename get_current_wan_address to get_interface_ipErmal Luçi2008-10-231-1/+1
| | | | | | * 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.
* Add text, from lagg(4) man page, that explains what the various protocols ↵Ermal Luçi2008-09-201-1/+41
| | | | 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.
* Rename interfaces_wan_configure to interface_configure now that it is used ↵Ermal Luçi2008-09-091-1/+1
| | | | for all assigned interface configuration.
* Try to reconfigure interfaces if assigned when edited. For gif and gre this ↵Ermal Luçi2008-09-071-0/+4
| | | | does not make sense.
* Dress page up with a CSS header like other pages use.Scott Ullrich2008-08-301-0/+3
|
* Do not show assigned interfaces on lagg config.Ermal Luçi2008-08-051-2/+8
|
* Fixup lagg GUI.Ermal Luçi2008-07-251-3/+3
|
* Implement frontend part for lagg(4).Ermal Luçi2008-07-251-0/+149
NOTE: that lagg(4) and bridge(4) need both a status page.
OpenPOWER on IntegriCloud