Page MenuHomeVyOS Platform

Remove unused arg from host_name.py functions verify and get_config
Closed, ResolvedPublic

Description

There is a pattern that had been used in a few configuration scripts which passes config to verify and get_config, and moves Config instantiation to main. That pattern is present in host_name.py, but not used, so standard practice can be restored.

Details

Version
vyos-1.3
Is it a breaking change?
Perfectly compatible
Issue type
Internal change (not visible to end users)