summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_igmpproxy.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-01-10 20:11:23 +0000
committerErmal Luçi <eri@pfsense.org>2010-01-10 20:11:23 +0000
commit6833c9cd1037254012d6a362c5bf41a8bfc2ae88 (patch)
treebe1441804903e14fba8e6d9c848d5240120cf86f /usr/local/www/services_igmpproxy.php
parent4bbfe02955b5fb1a37fb78f4f35f6736b1443b1c (diff)
downloadpfsense-6833c9cd1037254012d6a362c5bf41a8bfc2ae88.zip
pfsense-6833c9cd1037254012d6a362c5bf41a8bfc2ae88.tar.gz
Clear the subsystem after reload.
Diffstat (limited to 'usr/local/www/services_igmpproxy.php')
-rwxr-xr-xusr/local/www/services_igmpproxy.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/services_igmpproxy.php b/usr/local/www/services_igmpproxy.php
index 173415e..717b0b5 100755
--- a/usr/local/www/services_igmpproxy.php
+++ b/usr/local/www/services_igmpproxy.php
@@ -63,6 +63,8 @@ if ($_POST) {
$savemsg = get_std_save_message($retval);
else
$savemsg = $retval;
+
+ clear_subsystem_dirty('igmpproxy');
}
if ($_GET['act'] == "del") {
OpenPOWER on IntegriCloud