summaryrefslogtreecommitdiffstats
path: root/etc/inc/vslb.inc
Commit message (Collapse)AuthorAgeFilesLines
* Due to the DHCP pool tag needing to be an array, rename the old LB "pool" ↵jim-p2012-09-261-8/+8
| | | | variable to something else so it's not interpreted as an array.
* allow port in virtual servers to be left blankDarren Embry2012-05-111-7/+11
| | | | in which case listening port would be inherited from the pool
* allow aliases for the ipaddr field in virtual servers (PEV-394754)Darren Embry2012-05-111-1/+13
|
* Replace is_function with function_existsbcyrill2012-04-061-1/+1
|
* work around a redeclaration error.Darren Embry2012-04-051-1/+5
| | | | | i'm going to start a discussion about making sure all require() calls become require_once() calls but until then i have to fix this.
* use existing filter_expand_alias (well, via a wrapper) instead ofDarren Embry2012-04-051-2/+4
| | | | reinventing it
* Load Balancer: allow port aliases in Pools and Virtual Servers. (PEV-394754)Darren Embry2012-04-051-28/+58
|
* load balancer: allow IPv4 subnets up to 64 addresses in Pools and Virtual ↵Darren Embry2012-04-051-35/+57
| | | | Servers (PEV-394754)
* minor changesDarren Embry2012-04-051-25/+14
| | | | | - aggh hard tab in a string - aggh brackets in case clauses
* normalize indentation.Darren Embry2012-04-051-109/+109
|
* Ticket #2205 - Add prefork settingPierre POMES2012-02-271-2/+9
|
* Ticket #2205 - Add input validation, keep same logic as 2.0.1 and abore for ↵Pierre POMES2012-02-191-4/+14
| | | | default values
* Ticket #2205 - Main logic for relayd global settings screen, still need to ↵Pierre POMES2012-02-191-1/+3
| | | | add stuff (input validation, etc) before closing ticket
* The function split() is replaced by the function explode(). Starting with ↵smos2012-01-191-1/+1
| | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* Relayd expects send/expect arguments to be quoted strings. (And expect must ↵jim-p2011-11-011-2/+2
| | | | be a pattern, not just a partial string)
* Show session detail in Virtual Server statusjim-p2011-09-291-0/+16
|
* Add relayd to Status > Services and widget. Add capability to kill when ↵jim-p2011-09-281-3/+8
| | | | restarting instead of a simple reload. Implements #1913
* Fixup relayd to handle DNS load balancing as well as standard TCP load ↵jim-p2011-09-271-41/+63
| | | | balancing.
* In upgrade code for server load balancing, set redirect_mode. Also in the ↵jim-p2011-06-271-13/+13
| | | | backend code, assume redirect_mode as the default if it's not set.
* Timeout is either a global option and/or a table stanza option. For now made ↵Warren Baker2011-05-051-4/+5
| | | | | | it a global option. For the future each pool should probably have a configurable timeout.
* Some more whitespace fixes.Warren Baker2011-05-031-53/+52
|
* Use correct config variable and fix some whitespaces.Warren Baker2011-05-031-11/+11
|
* Resolves #1486. When sticky option is selected under advanced->misc honor it ↵Ermal2011-05-021-1/+4
| | | | even in the relayd.conf setting.
* Backend support for the retry parameter.jim-p2010-12-141-1/+6
|
* Move some lb status parsing functions to a common area so they can be reused ↵jim-p2010-12-141-0/+66
| | | | by the widget.
* Fix path for relayctl. Fixes #739Erik Fonnesbeck2010-07-141-2/+2
|
* only reload if relayd is already running, don't kill and then start itChris Buechler2010-07-111-9/+19
|
* fix some of the logging for load balancer, still partially brokenChris Buechler2010-07-111-1/+2
|
* couple load balancer fixes, resolves #723Chris Buechler2010-07-111-2/+2
|
* Prevent bootup code from dying on empty load_balancer arraysSeth Mos2009-12-031-1/+3
|
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-2/+1
| | | | Simplify get_memory(). Tested on mips/i386
* Do not write out <sitedown></sitedown> if the Fall Back Pool is set to ↵Scott Ullrich2009-10-161-2/+3
| | | | none.. Simply unset() it.
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additionsScott Ullrich2009-09-121-1/+6
|
* Do not include things just for being able too. Reduce a it to only config.incErmal Luci2009-06-181-3/+1
|
* Only attempt starting relayd when the vs array is not emptySeth Mos2008-11-071-2/+3
|
* oops, changed a line in testing, revertBill Marquette2008-11-021-1/+1
|
* Comment code on why primary pools port is in use - the front end shouldBill Marquette2008-11-021-1/+2
| | | | | | probably only show fallback pools with the same port, but that will be difficult if not impossible to put in place until we have a better AJAX framework in place.
* Only print out protocols that have actions assignedBill Marquette2008-11-021-3/+7
|
* Fix generation of protocol lineBill Marquette2008-11-021-1/+1
|
* No need to use a reference to the array, if it doesn't exist alreadyBill Marquette2008-09-081-3/+3
| | | | | this tends to make it exist the next time a write_config() occurs which is now happening during bootup thanks to OpenVPN...yay! ;)
* Bring in relay options for inbound load balancerBill Marquette2008-08-281-9/+73
| | | | | More work pending, this seems to generate proper configs needs much more testing though
* Ooops, remove leftover debug codeBill Marquette2008-08-051-1/+0
|
* oh how I hate thee php arrayBill Marquette2008-08-051-1/+1
|
* Bring in new server load balancing code, this introduces:Bill Marquette2008-08-051-7/+120
| | | | | | * The ability to create your own monitors (tcp, http, https, send/expect) * A new way of displaying 'standard tables' - MainTable class * monitor_type array type
* add comment with an XXX to remind me to fixBill Marquette2008-07-081-1/+1
|
* Raise the timeout value to 1 second on checks, setting a global timeout doesBill Marquette2008-07-081-2/+2
| | | | | no good. See http://readlist.com/lists/openbsd.org/misc/15/78304.html many thanks to Alex Volkov who pointed me to this thread
* allow relayd to actually restartBill Marquette2008-07-071-3/+3
| | | | | sitedown isn't required, but may still be set to nothing, don't write out a bogus config line in this situation
* pkill relayd instead of using relayctl due to it losing the control ↵Bill Marquette2008-06-161-1/+6
| | | | connection (or whatever it is)
* Bring in relayd to perform server load balancingBill Marquette2008-06-161-147/+65
| | | | | | | | Move gateway load balancing code into gwlb.inc - still uses slbd TODO: vs and pool status screens are currently broken...and wouldn't work with the gateway pools anyway, ultimately, the gateway pools need to move.
* Correct is_array() check. Suggested-by: Bill MScott Ullrich2007-04-211-1/+1
|
OpenPOWER on IntegriCloud