diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-08-27 00:03:40 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-08-27 00:03:40 +0000 |
commit | e5ee6b0d6bb11b6736cd359a57d4a9151d12396b (patch) | |
tree | 1d541862b5e05403926642944397ef0f72f92de7 /etc/inc | |
parent | a4fb527fff86753f6b5416ab68e8e374b08bcd14 (diff) | |
download | pfsense-e5ee6b0d6bb11b6736cd359a57d4a9151d12396b.zip pfsense-e5ee6b0d6bb11b6736cd359a57d4a9151d12396b.tar.gz |
Do not do sticky-address on outgoing LB
Diffstat (limited to 'etc/inc')
-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 54bb4ae..3dbad3f 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -1399,7 +1399,7 @@ function generate_user_filter_rule($rule, $ngcounter) { } $foundlb = 1; } - $line .= "} round-robin sticky-address "; + $line .= "} round-robin "; } } /* we're not using load balancing, just setup gateway */ |