net/igmp-proxy: move to compatible newwanip_map event

This commit is contained in:
Franco Fichtner
2024-08-23 08:42:38 +02:00
parent 54d5328c6e
commit 7fead4f46a
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= 2
PLUGIN_REVISION= 3
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' => ['igmpproxy_configure_do'],
'newwanip_map' => ['igmpproxy_configure_do'],
];
}