The strip-private filter cuts all the private data, by replacing it partially or completely with predefined masks (xxx). In many cases, this makes configuration unusable for reproducing. For example:
- different routes with the same latest octets look equal;
- all the site-to-site peers in VPN are the same;
- it is not possible to connect multiple parts of configuration together, where they are logically connected in the original config.
Because of this, it would be good to not simply crop private data, but replace it with randomly generated in the way, when the same original data is replaced with the same randomly generated across the whole configuration, keeping a configuration fully valid for VyOS.