mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/igmp-proxy: move to compatible newwanip_map event
This commit is contained in:
@@ -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'],
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user