Hi,
We added the output of "show running security-policy'" to backups due to Panorama-managed PAs not outputting any policies at all in their config - even tho they are configured. Other users were complaining that this caused changes in PA config (even when introduced from Panorama) to not be visible in Unimus, therefore breaking change management.
Sadly, PAs indeed output addresses in random order in "show running security-policy'", and this causes issues like you are seeing. We will deal with this on our end (introduce sorting of the addresses by Unimus), but in the meantime, you can create an ignore filter for PA with this regex:
Code: Select all
(?m)^\h*(?:source|destination)(?:-region)?\h\[(.+?)\](\h\(.+?\))?;$
In "Backups > Configuration", create an "Ignored data filter", and this should suppress any changes to address lists in policies.