Fix small bug in outgoing load balancing rule generation.

This commit is contained in:
Scott Ullrich 2004-11-24 04:12:27 +00:00
parent 3888fcca60
commit 70d7607d5c

View File

@ -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 */