Page MenuHomeVyOS Platform

Return list of dicts in 'raw' output of route.py instead of dict with redundant information
Closed, ResolvedPublic

Description

The JSON output ('raw' case) of frr in route.py is a dict indexed by prefix, information already contained in the dict values. Collect the (lists of dict) values and return as single list of dicts.

Details

Difficulty level
Unknown (require assessment)
Version
vyos-1.4
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Improvement (missing useful functionality)