Page MenuHomeVyOS Platform

multi_to_list must distinguish between values and defaults
Closed, ResolvedPublicBUG

Description

The utility function multi_to_list provides a consistent form for multi nodes as lists; it is used for both values and defaults. These two cases need to be distinguished, however, as defaults for multi nodes use whitespace as demarcation; values should not. Resolving the bug in T3081 reveals the conflict introduced in T2956, and a proper solution will separate theses cases; a temporary workaround is provided until the function is refactored.

Details

Difficulty level
Unknown (require assessment)
Version
vyos-1.3
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Internal change (not visible to end users)