summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-27 03:45:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-27 03:45:36 +0000
commitf5b778719da0872ddbe65a65bdd615fe89878017 (patch)
tree9791be4380e2b19cef0944f44b2ca6549c0d4674 /etc
parent793d22d83e77ea3f8d2eb0305be0ec4d79c13cef (diff)
downloadpfsense-f5b778719da0872ddbe65a65bdd615fe89878017.zip
pfsense-f5b778719da0872ddbe65a65bdd615fe89878017.tar.gz
Only setup outgoing load balancing entries on lan interface for time being.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index b9cf780..6cdf489 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1379,7 +1379,8 @@ EOD;
}
/* Setup outgoing load balancing */
- if (isset($config['nat']['outgoingloadbalancing']['rule'])) {
+ if (isset($config['nat']['outgoingloadbalancing']['rule'])
+ and $rule['interface'] == "lan") {
$tmprules = " route-to { ";
$isfirst = 0;
foreach ($config['nat']['outgoingloadbalancing']['rule'] as $rules) {
OpenPOWER on IntegriCloud