diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-27 19:23:29 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-27 19:23:29 +0000 |
commit | 4a97d2571c07efd2934fdd8a015f0fc8f779da65 (patch) | |
tree | 548684674874ad9faf28cd61052ec27b565c7bc8 | |
parent | 52d69e6a8b7ed3c9273de20bbaec1cab96f9a93d (diff) | |
download | pfsense-4a97d2571c07efd2934fdd8a015f0fc8f779da65.zip pfsense-4a97d2571c07efd2934fdd8a015f0fc8f779da65.tar.gz |
Remove round-robin from outgoing load balancing. It still alternates gateways but for some reason it is interfering with ebay and many other web sites./
-rw-r--r-- | etc/inc/filter.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 6cdf489..5ac2669 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -1391,7 +1391,7 @@ EOD; $isfirst = 1; } } - $tmprules .= "} round-robin "; + $tmprules .= "} "; $line .= $tmprules; } |