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

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