Page MenuHomeVyOS Platform

Expose utility function for default values at path
Closed, ResolvedPublicENHANCEMENT

Description

Existing functions for defaults under T5218 return a dictionary of defaults, in various versions, but one occasionally needs just the defaults at a given path; expose a utility function. The use case is for tag node defaults, as used in conf_mode container.py: tag node defaults are not automatically merged, but are available in the reference dict, and should be accessible.

Details

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