mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Revert check for interface enabled - this fixes user rules again
This commit is contained in:
parent
5161a6e606
commit
bb35cf3874
@ -986,8 +986,8 @@ function generate_user_filter_rule($rule, $ngcounter) {
|
||||
}
|
||||
|
||||
/* do not process this rule if the attached interface is disabled */
|
||||
if(!$config['interfaces'][$rule['interface']]['enable'])
|
||||
return;
|
||||
// if(!isset($config['interfaces'][$rule['interface']]['enable']))
|
||||
// return;
|
||||
|
||||
$pptpdcfg = $config['pptpd'];
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user