hasync: HASync / XMLRPC remove legacy push on changes, closes https://github.com/opnsense/core/issues/3635

This commit is contained in:
Ad Schellevis 2020-01-21 17:39:57 +01:00
parent 1de12ee51b
commit db5877da52

View File

@ -159,11 +159,6 @@ function write_config($desc = '', $backup = true)
return -1;
}
/* sync carp entries to other firewalls */
if (isset($config['hasync']['synchronizetoip']) && trim($config['hasync']['synchronizetoip']) != "") {
configd_run('filter sync load');
}
/* on succesfull save, serialize config back to global */
$config = $cnf->toArray(listtags());