Skip to content

Commit

Permalink
filter: fix typo in previous
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Nov 25, 2016
1 parent a257070 commit 9e5aa0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/inc/filter.lib.inc
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function filter_core_rules_system($fw, $defaults)
$fw->registerFilterRule(1,
array('direction' => 'in', 'interface' => $intf,
'label' => "Block private networks from ".$intfinfo['descr'],
'disabled' => !isset($intfinfo['blockbogons'])),
'disabled' => !isset($intfinfo['blockpriv'])),
$privtmpl
);
}
Expand Down

0 comments on commit 9e5aa0c

Please sign in to comment.