summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_lagg_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Cancel button after input errorPhil Davis2015-07-131-1/+6
| | | | | | | | | | | If there is an input error then the edit page is redrawn showing the input errors. The HTTP_REFERER becomes the current page, rather than the true original referer. Then if you click Cancel the current page is just redrawn. This change makes the code remember the original referer, so if the user enters some invalid data, presses Save, reads the input error messages then presses Cancel they are taken back out to the original page - the same as if Cancel was used before Save.
* Code spacingPhil Davis2015-06-151-1/+1
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style interfaces miscellaneous filesPhil Davis2015-05-131-105/+132
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Remove almost all calls to history.back() and make Cancel button back to ↵Renato Botelho2014-09-121-1/+4
| | | | HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work
* replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these ↵ayvis2014-03-181-10/+10
| | | | files to UTF-8
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-2/+3
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Many fixes on privileges, ticket #3216:Renato Botelho2013-11-151-2/+2
| | | | | | | | | | | | | | | | - Rename some privileges: page-diag-system-activity => page-diagnostics-system-activity page-interfacess-groups => page-interfaces-groups page-interfacess-lagg => page-interfaces-lagg page-interfacess-qinq => page-interfaces-qinq - Write an upgrade function to replace above privileges by the new name - 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 edit pages (interfaces_groups, interfaces_lagg, interfaces_qinq and services-igmpproxy) - Fix ID for acptiveportal allowedhostnames and editallowedhostnames - Fix some wrong matches
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* fix text - s/occured/occurred/Chris Buechler2013-08-011-1/+1
|
* Tidy up "interfaces_lagg_edit.php" XHTMLColin Fleming2013-04-161-12/+11
| | | | | | | 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
* Fix valid interface check on interfaces_lagg_edit.phpbcyrill2013-02-051-1/+1
|
* Put some more sanity checking for various interface configurationsErmal2013-01-241-1/+14
|
* Fix indent and whitespace issuesRenato Botelho2013-01-221-18/+18
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+1
|
* 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