summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-06-11 04:33:28 +0000
committerBill Marquette <billm@pfsense.org>2005-06-11 04:33:28 +0000
commit32221ad86dd5a8729add542738d6ab1c8dc286d7 (patch)
tree3b1341ba7af9e96b7456cfb04792b3c4df8ac6d6 /etc
parente797e982083b273eb92c6c807a4f2bc7beee2731 (diff)
downloadpfsense-32221ad86dd5a8729add542738d6ab1c8dc286d7.zip
pfsense-32221ad86dd5a8729add542738d6ab1c8dc286d7.tar.gz
Multi-wan code fixes (this commit brought you by the words multi and wan)
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index b1fad42..2f2c592 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1193,8 +1193,8 @@ function generate_user_filter_rule($rule, $ngcounter) {
/* if user has selected a custom gateway, lets work with it */
if($rule['gateway'] <> "") {
- $int = guess_interface_from_ip($rules['gatewayip']);
- $tmprules .= " (" . $lbinf . " " . $rules['gateway'] . ") ";
+ $int = guess_interface_from_ip($rule['gateway']);
+ $line .= " route-to (" . $int . " " . $rule['gateway'] . ") ";
}
/* Setup outgoing load balancing */
OpenPOWER on IntegriCloud