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

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)