summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-24 04:12:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-24 04:12:27 +0000
commit70d7607d5c2daad976d0ae33dd77fa7afd67bc6c (patch)
treeb748e21b3ff73a85bd6cd517bcc4df04614f9a76 /etc
parent3888fcca608659c8d7d7036c813292bf3f9321ab (diff)
downloadpfsense-70d7607d5c2daad976d0ae33dd77fa7afd67bc6c.zip
pfsense-70d7607d5c2daad976d0ae33dd77fa7afd67bc6c.tar.gz
Fix small bug in outgoing load balancing rule generation.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index bc7a458..06d4dd8 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -319,7 +319,7 @@ function filter_nat_rules_generate() {
$natrules .= " (" . $wanif . " " . $rule['gatewayip'] . ") ";
$isfirst = 1;
}
- $natrules .= "} round-robin proto tcp from {$lansa} to any flags S/SA modulate state\n";
+ $natrules .= "} round-robin proto tcp from " . $lansa ." to any flags S/SA modulate state\n";
}
/* outbound rules - advanced or standard */
OpenPOWER on IntegriCloud