summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_routes.php
Commit message (Collapse)AuthorAgeFilesLines
* 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