Page MenuHomeVyOS Platform

Fix typo in regex in vyos.config_mgmt compare function
Closed, ResolvedPublicBUG

Description

There exists a typo in the regex of the function to strip the component version string for comparison of saved, resp., archived configs. re.split should only split at lines beginning with chars '//'.

Details

Version
vyos-1.4
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)