mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
firewall: fix typo
This commit is contained in:
parent
d7b3a6ab79
commit
3f649be7db
@ -115,7 +115,7 @@ $a_aliases = &config_read_array('aliases', 'alias');
|
||||
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
if (isset($_POST['apply'])) {
|
||||
/* reload all components that use aliases */
|
||||
// striclly we should only reload if a port alias has changed
|
||||
// strictly we should only reload if a port alias has changed
|
||||
filter_configure();
|
||||
// flush alias contents to disk and update pf tables
|
||||
configd_run('template reload OPNsense/Filter');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user