Project

General

Profile

Download (5.47 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
ea951e6f 04/21/2007 11:41 PM Scott Ullrich

Correct is_array() check.

Make sure all 3 branches are the same.

Suggested-by: Bill M

a9ec14c2 04/21/2007 11:39 PM Scott Ullrich

Correct is_array() check.

Suggested-by: Bill M

4df064d4 04/11/2007 04:59 PM Scott Ullrich

Check for array type before foreach()

Reminded-by: Ryan Wagoner/Seth Mos

6df4e01c 03/30/2007 04:17 PM Scott Ullrich

Do not foreach through an item that does not exist

7604679a 03/29/2007 04:46 PM Scott Ullrich

Unlink pool file only if it exists

903c6f6a 03/29/2007 04:25 PM Scott Ullrich

Unlink pool file only if it exists

6e489ce2 03/20/2007 09:16 PM Seth Mos

Remove load balancer pool status file when we reconfigure a pool.

4eaaea87 03/01/2007 05:37 PM Scott Ullrich

Sleep for 2 seconds between restarting slbd

f7ced886 02/13/2007 07:28 PM Scott Ullrich

Handle a very unique edge case when using load balancing plus a dhcp wan. If the DHCP wan goes down, then when we add back the route freebsd will simply prefer the working wan.

401452ec 12/30/2006 12:45 AM Seth Mos Merge in new (outbound) load balancing configuration code from HEAD.
  • assign interfaces to pool instead of manual IP configuration
  • Only show interfaces with a gateway
  • Offer list of monitor IPs including interface gateways.

This code is tested for outbound load balancing on a carp cluster and...

f1a9622f 04/17/2006 09:46 PM Scott Ullrich

backout last commit

d27fe7f3 04/17/2006 09:43 PM Scott Ullrich

Reload filter on boot.

79a85ab8 04/16/2006 11:45 PM Scott Ullrich

MFC 11474
kill slbd if there are no pools or virtual servers

65437f22 04/15/2006 03:27 PM Scott Ullrich

MFC ougoing lb monitoring fixes

1e6f5e9d 04/14/2006 11:04 PM Scott Ullrich

Counter from 1, not 0. Slbd no likie.

ee5f031a 04/14/2006 10:19 PM Scott Ullrich

MFC from head.
Atleast the code that I wrote prior was pretty much the same.

2de00bff 04/14/2006 10:06 PM Scott Ullrich

Commit updated file for inspection

43ea32f9 04/14/2006 09:55 PM Scott Ullrich

Add ping support. Not tested, not mother approved.

0e16b9ca 04/08/2006 02:04 AM Scott Ullrich

We're in 2006 now, toto

b5aa9413 10/20/2005 05:24 PM Scott Ullrich

Add round-robin method

Ticket #626

d63bd62c 08/31/2005 10:01 PM Scott Ullrich

Woops! Use correct field.

8df78737 08/31/2005 10:01 PM Scott Ullrich

Add and honour sitedown slbd field

fbcda26c 08/25/2005 10:31 PM Scott Ullrich

Only iterate through item if its an array

09894747 08/24/2005 09:14 PM Scott Ullrich

Allow SLBD to start.

6049ece7 08/07/2005 03:07 PM Bill Marquette

add poolname

577c9191 08/07/2005 03:23 AM Bill Marquette

$Id -> $Id$

9c418998 08/07/2005 03:07 AM Bill Marquette

missing paren

bdefcbca 08/07/2005 02:59 AM Bill Marquette

only start slbd if we have a load balancer array w/ pools

9f98a38a 08/07/2005 02:52 AM Bill Marquette

Change polling interval

3ad6d3bb 08/06/2005 11:48 PM Bill Marquette

Tie load balance front end into the slbd daemon