rfc2136: dyndns is called from rc.reload_all, but we weren't #1478

This commit is contained in:
Franco Fichtner 2017-03-18 11:54:07 +01:00
parent a8ac69b01d
commit e96bfd5695

View File

@ -32,6 +32,7 @@
function rfc2136_configure()
{
return array(
'local' => array('rfc2136_configure_do'),
'interface' => array('rfc2136_configure_do:2'),
);
}