Skip to content

Commit

Permalink
remove auto-added allow rule for pfsync
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Buechler committed May 17, 2013
1 parent 92b27ea commit 0b03b89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion etc/inc/filter.inc
Expand Up @@ -2778,7 +2778,6 @@ function filter_process_carp_rules() {
$config['virtualip']['vip'] <> "") {
$lines .= "block in log quick proto carp from (self) to any\n";
$lines .= "pass quick proto carp\n";
$lines .= "pass quick proto pfsync\n";
}
return $lines;
}
Expand Down

0 comments on commit 0b03b89

Please sign in to comment.