Project

General

Profile

« Previous | Next » 

Revision 7e70d726

Added by Scott Ullrich over 19 years ago

MFC 11431
need to use the gateway ip, not the monitor ip

View differences:

etc/inc/filter.inc
1221 1221
				                                        foreach ($config['load_balancer']['lbpool'][$i]['servers'] as $lbsvr) {
1222 1222
                                				                $lbsvr_split=split("\|", $lbsvr);
1223 1223
										if ($lbsvr_split[1] == $server)
1224
											$gateway = $lbsvr_split[1];
1224
											$gateway = $lbsvr_split[0];
1225 1225
				                                        }
1226 1226
								}
1227 1227
                                                                if($foundlb == 1)

Also available in: Unified diff