mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-03 22:08:11 -04:00
net/igmp-proxy: move to compatible newwanip_map event
This commit is contained in:
parent
54d5328c6e
commit
7fead4f46a
2 changed files with 2 additions and 2 deletions
|
|
@ -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'],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue