Page MenuHomeVyOS Platform

Return list instead of dict for 'raw' output of op-mode openvpn
Closed, ResolvedPublicFEATURE REQUEST

Description

For raw output of standardized op-mode scripts, a list is preferred to a dict, for processing in clients such as the local-UI. This has been adopted in ipsec.py and route.py, and will be implemented here, as the dict keyed by interface is redundant information for both raw and formatted output.

Details

Difficulty level
Easy (less than an hour)
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)