firewall: fix typo

This commit is contained in:
Franco Fichtner 2017-12-19 07:06:53 +01:00
parent d7b3a6ab79
commit 3f649be7db

View File

@ -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');