Page MenuHomeVyOS Platform

Rewrite parts of vyos\frr.py for readability, logging and to fix mulitiline regex "bugs"
Closed, ResolvedPublic

Description

The frr.py implementation as it stands now uses horrible multiline regex'es to filter and modify the configuration
This could easily created large errors in the configuration as it is hard to understand exactly what a particular regex will do.

The library needs to be changed to be more Pythonic and add much more debug logging to be able to catch faults from happening.

Details

Version
1.3
Is it a breaking change?
Perfectly compatible
Issue type
Feature (new functionality)