mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix small bug in outgoing load balancing rule generation.
This commit is contained in:
parent
3888fcca60
commit
70d7607d5c
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user