Skip to content

Commit

Permalink
missing filter reload for port alias types, closes #2883
Browse files Browse the repository at this point in the history
  • Loading branch information
AdSchellevis committed Nov 6, 2018
1 parent adabd73 commit 167ba9c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ public function reconfigureAction()
if ($this->request->isPost()) {
$backend = new Backend();
$backend->configdRun('template reload OPNsense/Filter');
$backend->configdRun("filter reload");
$bckresult = strtolower(
trim($backend->configdRun("filter refresh_aliases"))
);
Expand Down

0 comments on commit 167ba9c

Please sign in to comment.