Remove GUI code to enable fast routing. The backend code was removed back in December in 4f76b144b0885b9a407db026723bb61f568effc3
Ticket #866 #632. Save old settings or actions to be taken for reconfiguring 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 fixes
Add status links to gateway/route pages.
Move the settings of down/latency/loss to per gateway. This allows more fine grained control on gateways.
Merge remote branch 'mainline/master'
show gateway IP as well as name
Merge branch 'master' into gettext
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 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()
Fix : for translations
Implementing gettext()
Require filter.inc and shaper.inc
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Clear guiconfig from all sort junk functions and put them on the specific pages where they are needed.Remove some sort functions not used.
Show which route is being deleted, not the id of the config row
Do not hard code white
Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls2) Accurate generation of privilege definitions from source3) Merging the user and group privileges into a single set4) Allow any privilege to be added to users or groups w/ inheritance...
Trigger setup_gateways_monitor() when applying routing or gateway settings.
double active tab not ok.
Add menu item and tabs for page to come
Make page look consistent with the others.
/Routes/Static Routes/
Switch over to array style page titles. Obtained-from: m0n0wall
Add prelimenary Routing page.Allow multiple gateways on one (static) interface
Add duplicate option to system_routes.php.By request of Seth.
Add a plus button on the top header of these pages.This to make it easier on large configurations.
Add noteTicket #897
Allow the interface to be the gateway. This allows someone with multiple wans to route traffic out a correct interface such as DNS traffic, etc.
Fix bugs found by eclipse
Remove #!/usr/local/bin/php
updating files to use theme imagesremoving images from /usr/local/wwwadding specific images into the correct theme directories
Use $pgtitlesmall code cleanups
Consolidate Apply changes button into the info box on the right hand side
Use new header system.
doubleclick for edit
Add $Id$ tag
Standardize usage of write_config()
write_config() descriptions and only write_config() if something actually changed
Hide table if pf is disabled
Only show fast routing option if pf is disabled (routing only mode).
Correctly disable fast routing when user selects this option
Correct a bug where someone could not turn off FastRouting
Enable fast forwarding (fast routing).
A description of fastforwarding:
Fastforwarding caches the results of a route lookup for destinationaddresses that are not on the local machine, and uses the cached routeto short-circuit the normal (relatively slow) route lookup process. The...
Convert font color to white
Initial revision