mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
hasync: HASync / XMLRPC remove legacy push on changes, closes https://github.com/opnsense/core/issues/3635
This commit is contained in:
parent
1de12ee51b
commit
db5877da52
@ -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());
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user