Page MenuHomeVyOS Platform

frr: frr python lib error in replace_section
Closed, ResolvedPublicBUG

Description

because of a bug in frr.py the default before_re will not be working.

it is by default without a group, but will be used in a match that needs a group. the whole string could be matched in the group, so the fix is easy to implement.

Details

Difficulty level
Easy (less than an hour)
Version
1.3
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)