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

Version
vyos-1.4
Is it a breaking change?
Perfectly compatible