Feature #8170
openXMLRPC Sync deletes entires on remote System
0%
Description
Hello!
I've got a setup of three pfSense instances: c01, c02 and c03.
They share the public IPs via carp.
c01 syncs settings to c02
c02 syncs settings to c03
Sadly I can't have completely identical setups on all three instances (for response path reasons).
My issue is the following:
If I create a NAT rule on c02 or c03, it is removed if there is any change to the NAT settings on an upstream machine (c01 or c02).
My request is to add this option:
to toggle the replication settings between
- "overwrite/replace" (as it is right now) and
- "mark inherited" and replace only those, i.e. leave the others alone
It'd be great if this was possible to be set by configuration section (sections as presented by pfSense: NAT / Firewall / aliases / Services_A / Services_B / ... )