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.