net/igmp-proxy: move back to old compatible event

This commit is contained in:
Franco Fichtner
2024-09-30 20:27:06 +02:00
parent a4cf1cd4f2
commit 0620c0bcad
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
PLUGIN_NAME= igmp-proxy
PLUGIN_VERSION= 1.5
PLUGIN_REVISION= 3
PLUGIN_REVISION= 4
PLUGIN_DEPENDS= igmpproxy
PLUGIN_COMMENT= IGMP-Proxy Service
PLUGIN_MAINTAINER= franco@opnsense.org
@@ -58,7 +58,7 @@ function igmpproxy_configure()
{
return [
'bootup' => ['igmpproxy_configure_do'],
'newwanip_map' => ['igmpproxy_configure_do'],
'newwanip' => ['igmpproxy_configure_do'],
];
}