Skip to content

Commit

Permalink
keep src-nodes the same as states, as it is by default. in some circu…
Browse files Browse the repository at this point in the history
…mstances this can limit per-host connections
  • Loading branch information
Scott Ullrich committed Sep 2, 2010
1 parent f345388 commit 7b57d9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/inc/filter.inc
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ function filter_configure_sync() {
if ($config['system']['maximumstates'] <> "" && is_numeric($config['system']['maximumstates'])) {
/* User defined maximum states in Advanced menu. */
$rules .= "set limit states {$config['system']['maximumstates']}\n";
$rules .= "set limit src-nodes {$config['system']['maximumstates']}\n";
}

$rules .= "\n";
Expand Down

0 comments on commit 7b57d9b

Please sign in to comment.