summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_routes.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove GUI code to enable fast routing. The backend code was removed back in ↵jim-p2011-08-051-25/+0
| | | | December in 4f76b144b0885b9a407db026723bb61f568effc3
* Ticket #866 #632. Save old settings or actions to be taken for reconfiguring ↵Ermal2010-09-011-1/+8
| | | | a route/vip on a tmp file and make use that information when apply settings buttons is clicked. This makes the gui behave as expected.
* gettext fixesRenato Botelho2010-08-121-1/+1
|
* Add status links to gateway/route pages.jim-p2010-06-021-0/+2
|
* Move the settings of down/latency/loss to per gateway. This allows more fine ↵Ermal2010-05-071-1/+0
| | | | grained control on gateways.
* Merge remote branch 'mainline/master'Renato Botelho2010-04-301-1/+1
|\
| * show gateway IP as well as nameChris Buechler2010-04-301-1/+1
| |
* | Merge branch 'master' into gettextErik Fonnesbeck2010-04-281-11/+4
|\ \ | |/ | | | | | | | | | | Resolved conflicts: usr/local/www/system_advanced_firewall.php usr/local/www/system_routes.php usr/local/www/system_routes_edit.php
| * Ticket #507. Do not remove all static routes to readd them back. The change ↵Ermal2010-04-281-11/+4
| | | | | | | | will never delete a rule but define the action to be taken on it, either add or change a present route. Be consinstent on gateways allowed to be selected as destinations for static routes, including dynamic gateways.
* | Reviewing gettext()Carlos Eduardo Ramos2010-04-281-5/+5
| |
* | Fix : for translationsRenato Botelho2010-04-271-1/+1
| |
* | Implementing gettext()Vinicius Coque2010-04-271-14/+14
|/
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-1/+0
| | | | | | pages where they are needed. Remove some sort functions not used.
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-7/+4
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-2/+0
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* * Make sure the trigger level on the gateway groups edit page loads it's ↵Seth Mos2009-03-131-0/+1
| | | | | | | settings from the config. * Add the settings tab to the tabs * Add a settings page that allows you to define the global trigger levels for all the gateways which are monitored
* Show which route is being deleted, not the id of the config rowScott Ullrich2008-10-241-1/+1
|
* Do not hard code whiteScott Ullrich2008-10-121-1/+1
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Trigger setup_gateways_monitor() when applying routing or gateway settings.Seth Mos2008-07-011-0/+2
|
* double active tab not ok.Seth Mos2008-06-171-1/+1
|
* Add menu item and tabs for page to comeSeth Mos2008-06-171-1/+2
|
* Make page look consistent with the others.Scott Ullrich2008-03-101-5/+12
|
* /Routes/Static Routes/Scott Ullrich2007-12-021-4/+4
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Add prelimenary Routing page.Seth Mos2007-10-191-15/+28
| | | | Allow multiple gateways on one (static) interface
* Add duplicate option to system_routes.php.Seth Mos2007-05-101-5/+15
| | | | By request of Seth.
* Add a plus button on the top header of these pages.Seth Mos2007-05-081-4/+18
| | | | This to make it easier on large configurations.
* Add noteScott Ullrich2006-04-021-0/+1
| | | | Ticket #897
* Allow the interface to be the gateway. This allows someone with multiple ↵Scott Ullrich2006-03-181-1/+7
| | | | wans to route traffic out a correct interface such as DNS traffic, etc.
* Fix bugs found by eclipseScott Ullrich2006-01-151-1/+1
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* * Drop kick reboots bye byeScott Ullrich2005-07-241-4/+4
|
* updating files to use theme imagesErik Kristensen2005-07-211-3/+3
| | | | | removing images from /usr/local/www adding specific images into the correct theme directories
* Use $pgtitleBill Marquette2005-07-031-1/+1
| | | | small code cleanups
* Consolidate Apply changes button into the info box on the right hand sideScott Ullrich2005-07-031-1/+0
|
* Use new header system.Scott Ullrich2005-07-021-7/+4
|
* doubleclick for editBill Marquette2005-04-121-4/+4
|
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
* Standardize usage of write_config()Bill Marquette2005-03-241-1/+2
|
* write_config() descriptions and only write_config() if something actually ↵Bill Marquette2005-03-241-10/+18
| | | | changed
* Hide table if pf is disabledScott Ullrich2005-03-061-4/+6
|
* Only show fast routing option if pf is disabled (routing only mode).Scott Ullrich2005-03-061-0/+2
|
* Correctly disable fast routing when user selects this optionScott Ullrich2005-01-011-8/+11
|
* Correct a bug where someone could not turn off FastRoutingScott Ullrich2004-11-211-5/+7
|
* Enable fast forwarding (fast routing).Scott Ullrich2004-11-211-0/+12
| | | | | | | | | | A description of fastforwarding: Fastforwarding caches the results of a route lookup for destination addresses that are not on the local machine, and uses the cached route to short-circuit the normal (relatively slow) route lookup process. The packet flows directly from one layer2 input routine directly to the opposing layer2 output routine without traversing the IP layer.
* Convert font color to whiteScott Ullrich2004-11-191-7/+7
|
* Initial revisionScott Ullrich2004-11-071-0/+126
OpenPOWER on IntegriCloud