diff --git a/dns/rfc2136/Makefile b/dns/rfc2136/Makefile index ff070041e..13df9955f 100644 --- a/dns/rfc2136/Makefile +++ b/dns/rfc2136/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= rfc2136 PLUGIN_VERSION= 1.9 -PLUGIN_REVISION= 2 +PLUGIN_REVISION= 3 PLUGIN_COMMENT= RFC-2136 Support PLUGIN_MAINTAINER= franco@opnsense.org PLUGIN_DEPENDS= bind-tools diff --git a/dns/rfc2136/src/etc/inc/plugins.inc.d/rfc2136.inc b/dns/rfc2136/src/etc/inc/plugins.inc.d/rfc2136.inc index affb2fb46..349f07dde 100644 --- a/dns/rfc2136/src/etc/inc/plugins.inc.d/rfc2136.inc +++ b/dns/rfc2136/src/etc/inc/plugins.inc.d/rfc2136.inc @@ -34,7 +34,7 @@ function rfc2136_configure() return [ 'bootup' => ['rfc2136_configure_do'], 'local' => ['rfc2136_configure_do'], - 'newwanip_map' => ['rfc2136_configure_do:2'], + 'newwanip' => ['rfc2136_configure_do:2'], ]; }