summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways_edit.php
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for redmine ticket #1993. Allow saving multiple dynamic entries.smos2011-11-271-12/+0
* Add default values for latency, packet loss, down on GUINachtfalkeaw2011-08-281-4/+4
* Fix a typo in the subnet generation causing the code to failSeth Mos2011-08-241-1/+1
* Add address family input validation on the Gateways edit page, also prevent a...Seth Mos2011-08-241-16/+29
* Simplify this code a bit, should be the same test in both locations since thi...jim-p2011-08-231-2/+3
* Add an override for default interval to send icmpErmal2011-07-281-2/+12
* Add a new option to allow disabling of gateway monitoring. This gateways will...Ermal2011-07-281-2/+16
* makes correct use of printf and gettextVinicius Coque2011-07-181-2/+2
* Fix field lengths for IPv6 addressesSeth Mos2011-03-171-2/+2
* Make it possible to set the default gateway bit for 1 ipv4 gateway and 1 ipv6...Seth Mos2011-02-071-3/+11
* Make the subnet check failure better readableSeth Mos2011-02-031-4/+6
* Merge remote branch 'upstream/master'Seth Mos2011-01-181-1/+1
|\
| * fix textChris Buechler2010-12-251-1/+1
* | Merge remote branch 'upstream/master'Seth Mos2010-12-201-1/+1
|\ \ | |/
| * When adding/editing a gateway, check IP alias subnets, too. Fixes #1015Erik Fonnesbeck2010-11-221-1/+1
* | Merge remote branch 'upstream/master'Seth Mos2010-11-151-1/+1
|\ \ | |/
| * Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
* | Verify that we validate against a ipv6 subnet properly. This should help for ...Seth Mos2010-11-021-1/+7
* | Allow for configuring a IPv6 address on the interfaces page.Seth Mos2010-10-221-1/+5
|/
* Simplify this code so it's obvious what we're really testing for.gnhb2010-10-061-4/+3
* Fix intended behaviour when the default gateway changes interface.Ermal2010-10-021-5/+5
* This breaks the code because the ASSUMPTION is to reload the gateway interfac...Ermal2010-10-021-7/+4
* Update code to actually accomplish the intended behavior of NOT reloading the...gnhb2010-10-021-4/+7
* Do not allow a gateway to be renamed. Possibly a better solution is to rename...Ermal2010-10-011-0/+2
* Handle the cases to not save data on config better.Ermal2010-10-011-3/+7
* Make sure we do not overwrite the gateway stored in config with a dynamic gat...Ermal2010-10-011-4/+5
* Fix the problem of not saving data when most of the information is not being ...Ermal2010-10-011-77/+66
* We don't store monitor ip in the <interfaces> config any more.gnhb2010-10-011-8/+0
* When a dynamic interface is up, we still need to report that it's "dynamic" t...gnhb2010-10-011-1/+4
* Revert previous change to enter a hidden value when interface is disabled. GH...Ermal2010-09-301-9/+6
* Remove forgotten code.Ermal2010-09-301-2/+0
* Initialize variable properly. Handle the case when the interfaces select box ...Ermal2010-09-301-5/+10
* Fixes #919 by properly saving <gateway> field as "dynamic"gnhb2010-09-231-2/+5
* Oops bring back this code too.Ermal2010-09-161-1/+4
* Actually this part should not have been committed at all.Ermal2010-09-161-3/+6
* Fix gettext! Needed here?!Ermal2010-09-161-1/+1
* Bring code up to speed with latest world.Ermal2010-09-161-30/+16
* Cleanup code.Ermal2010-09-151-9/+5
* Correct my email address, adjust copyright to 2010smos2010-07-241-1/+1
* fix gettextChris Buechler2010-06-271-1/+1
* Correctly check when to actually save dynamic gateways or not.Ermal2010-06-071-1/+5
* Ensure that monitor IP stays blank when editing a system dynamic gateway.jim-p2010-06-021-2/+2
* Default to "dynamic" for a dynamic gateway.jim-p2010-06-021-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-12/+117
* Adding missing gettext() callsVinicius Coque2010-05-031-2/+2
* Merge remote branch 'mainline/master'Vinicius Coque2010-05-031-3/+26
|\
| * Save gateway data when weight changes on dynamic gateways.Ermal2010-04-301-1/+1
| * Add gateways validation code before deleteing. This prevents footshooting esp...Ermal2010-04-301-1/+1
| * Ticket #506. Correctly save dynamic gateways extra parameters.Ermal2010-04-301-2/+7
OpenPOWER on IntegriCloud